Advertisement
joseleonweb

Untitled

Aug 14th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. int a = 23;
  2. int b = 12;
  3. boolean resultat = a > b;
  4. System.out.println(resultat);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement