Question: Write a program that has variables to hold three test scores. The program should ask the user to enter three test scores and then assign
Write a program that has variables to hold three test scores. The program should ask the user to enter three test scores and then assign the values entered to the variables. The program should display the average of the test scores and the letter grade that is assigned for the test score average. Use the grading scheme in the following table:

Test Score Average 90-100 80-89 70-79 60-69 Below 60 Letter Grade A B C D F
Step by Step Solution
3.34 Rating (163 Votes )
There are 3 Steps involved in it
Sample Output Enter test score 1 88 Enter test score 2 73 Enter test score 3 95 The a... View full answer
Get step-by-step solutions from verified subject matter experts
