Q35
What will be the output? if(1 + 1 + 1 + 1 + 1 == 5) System.out.print("TRUE"); else System.out.print("FLASE");
A.
TRUE
AnswerB.
FALSE
C.
Compiler Error
D.
None of these
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board