We want a program that will allow us to print a "grade list" of the students in a class.
The program should loop, asking for a name, midterm score, and final score. It should then echo the input, and print the information entered, plus the student's average.
Modify the above so that next to each student's average, you also list the deviation of the average from the class average.
To exit the loop, the user enters "done" in lower case. The program will print the class average