int a = 4;int b = 20;int c=2;a= a+10;if ( a>b || a>c) {System.out.println(A);if (a

Posted Date: