class BooleanTest{ public static void main(String[]args){ int a; boolean m; System.out.println(a); System.out.println(m); } }