Guest User

Untitled

a guest
Nov 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. int a;
  2.  
  3. public void b() {
  4. if (r >= 4) {
  5. r = 2;
  6. } else {
  7. r++;
  8. }
  9. }
Add Comment
Please, Sign In to add comment