Advertisement
KodingKid

Java if-loop - Basic Scripting #15

May 21st, 2021
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. int a = 1;
  2. int b = 2;
  3. if (b > a)
  4.     System.out.println("This message is on an if-loop!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement