Grading II - Using Arrays

Modify the program you wrote previously, for the "A Very Grading Problem" programming assignment, to incorporate arrays into your program.

Use two arrays: one for the four exam weights and one for the four exam grades (for one student at a time).

Do not use an array to hold all the students in the class; it is not necessary for the processing of this program.