Program to print grade list of students


A) We want a program that will permit us to print a ‘grade list’ of the students in a class.

B) The program must loop, asking for a name, mid-term score, and final score. It must then echo the input and print the information entered, plus the student’s average.

C) Modify the above so that next to each student’s average, you as well list the deviation of the average from the class average.

D) To exit the loop, the user enters ‘done’ in lower case. The program will print the class average.

Then let program terminate.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Program to print grade list of students
Reference No:- TGS01940

Expected delivery within 24 Hours