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

TRUE
Compiler Error
None of these
FALSE

ANSWER DOWNLOAD EXAMIANS APP