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

What is the output of the following expression?

int a = 10, b = 20;
String result = a > b ? "Greater" : "Smaller";