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

1 Expert Approved Answer
Step: 1 Unlock

Below is your code Ascore 90 Bscore 80 Cscore 70 Dscore 60 def GradeScore exit y flag used stop aski... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!