Examveda
Examveda

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

A. TRUE

B. FALSE

C. Compiler Error

D. None of these

Answer: Option A


This Question Belongs to Java Program >> Operators

Join The Discussion

Comments ( 1 )

  1. Vishnu Mishra
    Vishnu Mishra :
    3 years ago

    Good

Related Questions on Operators