Correct the following code so that prints the correct message
if (score>=60)
System.out.println("You Pass.");
else;
System.out.println("You Fail.");
if (score>=60){ System.out.println("You Pass."); }else{ System.out.println("You Fail."); }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments