Question: Use Java To write this code: Enter a numeric score - grade of a test, your program should print a corresponding lettergrade that matches the
Use Java To write this code:
Enter a numeric score - grade of a test, your program should print a corresponding lettergrade that matches the score. For example, if you enter 89.3, the program should display "B", and if you enter 95.7, then the program displays "A"
Start with a low score test and move up with a higher score (move down with else if) OR start with a high score and move down with a lower score.
Please post the code as well as the output.
Step by Step Solution
There are 3 Steps involved in it
Below is your code Ascore 90 Bscore 80 Cscore 70 Dscore 60 def GradeScore exit y flag used stop aski... View full answer
Get step-by-step solutions from verified subject matter experts
