Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Implementation

Authors: Shouhong Wang, Hai Wang

1st Edition

1612330150, 978-1612330150

More Books

Students also viewed these Databases questions

Question

1. Describe the types of power that effective leaders employ

Answered: 1 week ago