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