Guest User

Untitled

a guest
Apr 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. int c = 0
  2.  
  3. if (c < 254)
  4. {
  5. c++
  6. }
  7.  
  8. if (c > 0)
  9. {
  10. c--
  11. }
Add Comment
Please, Sign In to add comment