public class MyClass { public static void main(String[] args) { System.out.println(15 == 10); // returns false, because 10 is not equal to 15 } }