Question: Write a complete and syntactically correct Python program to solve the following problem: You want to write a Program that will take in the numeric
Write a complete and syntactically correct Python program to solve the following problem:
You want to write a Program that will take in the numeric grades of the students in your class. Since the students in
a class vary from semester to semester, there is no fixed number assigned to the number of
students. You will keep track of how many students grades you input. You will stop taking input
when the student enters a grade of
These conditions apply : No use of functions, list, a menu, break, quit, exit, sysexit,
return, continue, or any other shortcuts
Your program will use loops and will accomplish the following:
Read in a numeric grade from a student.
Convert the numeric grade to a letter grade using the grade policies in your syllabus.
Keep a running total of the numeric grades entered.
Keep a count of the number of grades entered.
Issue a message that comments on the letter grade earned. As an example, you may
write You made an F Obviously you did not study!
At the end the program will calculate a class average unless there were no grades
entered.
All input to the program will be interactive from the keyboard. The output of the program will
include the individual grades converted, the message issued to the student, a class average,
and the number of grades entered.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
