Question: The following statement should determine whether MyScore is inside the range of 0 through 100 (including 0 and 100). Correct the following statement to achieve
The following statement should determine whether MyScore is inside the range of 0 through 100 (including 0 and 100). Correct the following statement to achieve that.
//Warning! The Code Contains Errors! if (MyScore <=0 || MyScore > 100) System.out.println("Your Score " +MyScore+" is in the range 0-100");
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
