Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int a = 5;
- int b = 10;
- while (b > a)
- System.out.println("This message is on a while-loop!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement