public class MyClass { public static void main(String[] args) { System.out.println(10 > 9); // returns true, because 10 is higher than 9 } }