Question #184581

Correct the following code so that prints the correct message


if (score>=60)

System.out.println("You Pass.");

else;

System.out.println("You Fail.");


Expert's answer

if (score>=60){
    System.out.println("You Pass.");
}else{
    System.out.println("You Fail.");            
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS