Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a python program that asks the user to enter five test scores. The program will display the average of the test scores and the
Write a python program that asks the user to enter five test scores. The program will display the average of the test scores and the letter grade for the average. You will have function calculate_average that accepts five test scores as arguments and returns the average of the scores. You will have function determine_grade that accepts the average and returns the letter grade that represents that average
Enter score 1: 90
Enter score 2: 80
Enter score 3: 70
Enter score 4: 60
Enter score 5: 100
The average is 80.0
The grade is B
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started