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

Which expression should be placed between the parentheses to output that x is between 60 and 120?

if (_________) {
    System.out.println("X is in [60,120]");
}