Answered step by step
Verified Expert Solution
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 ifthenelse primitive to validate each of the grades entered, to ensure they are each in the range of to 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 numbers along with the correct corresponding letter grade. Letter grades shall be in a point scale, as follows:
A
B
C
D
F
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