Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Code: Write pseudocode instructions to find the average of an unknown number of grades entered by the user. The user must enter at least

Python Code: Write pseudocode instructions to find the average of an unknown number of grades entered by the user. The user must enter at least one grade. You will need to prompt the user for the number of grades. If an invalid number of grades is entered, provide the proper output message, and allow them to retry until a correct input number is provided. Include an if/then/else primitive to validate each of the grades entered, to ensure they are each in the range of 0 to 100. If a grade is not within this range, provide the user with an error message stating such, and return them to the input prompt using a loop. The final output should be the resulting average of the number(s), along with the correct corresponding letter grade. Letter grades shall be in a 10 point scale, as follows:
90-100= A
80-89= B
70-79= C
60-69= D
<60= F

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

Databases And Information Systems 1 International Baltic Conference Dbandis 2020 Tallinn Estonia June 19 2020 Proceedings

Authors: Tarmo Robal ,Hele-Mai Haav ,Jaan Penjam ,Raimundas Matulevicius

1st Edition

303057671X, 978-3030576714

More Books

Students also viewed these Databases questions

Question

Does it use a maximum of two typefaces or fonts?

Answered: 1 week ago