Vidyalelo
Java Programming · Q35

Operators

Programming · Java Programming · question 35

Q35

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

A.
TRUE
Answer
B.
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