Advertisement
wpinda

Untitled

May 6th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. boolean test = true;
  2. int num = 15;
  3. while (num > 3) {
  4.     num--;
  5. }
  6.  
  7. if (num == 3) {
  8.     test = false;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement