Question: Language: Java The grade for a test that is marked out of 100 is set according to test score obtained as shown in the table
Language: Java
The grade for a test that is marked out of 100 is set according to test score obtained as shown in the table below.
| Score | Grade |
| Greater than or equal to 50 | Pass |
| Less than 50 | Fail |
Each test score can only be an integral value, that is, no fractional parts.
Write a Java program to prompt the user to enter an integer value between 0 and 100.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
