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