Question: Complete the following code so that when it is executed it will show the appropriate letter grade for any given test score. The grade is

Complete the following code so that when it is executed it will show the appropriate letter grade for any given test score. The grade is determined as follow:
Grade Test score 90 and aboveA 80-89 70-79 Below 60 The code is given as: Scanner keyboard- new Scanner(System.in); System.out.print("Enter a grade score:"); int score-keyboard.nextlnt0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
