Write a python program that asks the user to enter exam scores, the number is based on what the user wants to enter. The program will display a letter grade and associated message for each score, based on the table below, and the average exam score. The program will not contain any repeated code and have a minimum of two functions besides Main. Score Letter Grade Message 90 – 100 A Excellent work 89 – 80 B Nice job 79 – 70 C Not bad 69 – 60 D Room for improvement Below 60 F Go back and review
Write a python program that asks the user to enter exam scores, the number is based on what the user wants to enter. The program will display a letter grade and associated message for each score, based on the table below, and the average exam score. The program will not contain any repeated code and have a minimum of two functions besides Main.
Score Letter Grade Message
90 – 100 A Excellent work
89 – 80 B Nice job
79 – 70 C Not bad
69 – 60 D Room for improvement
Below 60 F Go back and review
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images