Grade Program
Grade Program
Create an array to hold the scores of five tests and the test average for the student.
In a method named getData, have the user enter the information as follows:
In the main method, output the test average of the student as follows:
Ask the user how many students are in the class and create one array to hold all the
scores and averages.
o Then ask for all the students’ scores, calculate each student’s average and
output them.