class Branch { public static void main(String[] a) { boolean b ; b = false ; if (b) System.out.println(1) ; else System.out.println(2) ; } }