Programming Assignment

A Grading Problem

Write a program which calculates students' scores.
A student is given four exams. The final grade of each student is determined by calculating the weighted average of all the exams.

In a loop your program should do the following (you can use a do/while):

At the end of your program, you should print the class average i.e. the average of all the final grades combined.

Hand in your program, and input and output