Single Choice Not Set

QWhat will be the output?
if(1 + 1 + 1 + 1 + 1 == 5){
        System.out.print("TRUE");
}
else{
        System.out.print("FLASE");
}

ID: #2128 Operator in Java 718 views
Question Info
#2128Q ID
Not SetDifficulty
Operator in JavaTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A TRUE
  • B FALSE
  • C Compiler Error
  • D None of these
Correct Answer

Explanation

TRUE

Share This Question

Challenge a friend or share with your study group.