public class Test1{ public static void main(String[]args){ int A=2; int B=2; boolean flag; flag=A==B; System.out.println(flag); } }