X608: Calculate and Display Average Test Score

Based on three scores that the user inputs, display the average of the scores and the letter grade that is assigned fort he test score average. The grading scheme is as follows:

90 - 100 A

80 - 89 B

70 - 79 C

60 - 69 D

<60 F

Your display should look like:

Your average test score is 89.9. You earned a B.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.