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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
TRUE
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic