الرجوع
تسجيل الدخول

What will be printed?

int i = 2, j = 1; 
char r = i > j ? 'A' : 'B'; 
System.out.println(r);