Question: Write a program to calculate the average test score of each student and the class average. The program first prompts the user to enter number

Write a program to calculate the average test score of each student and the class average. The program first prompts the user to enter number of students (N) and the number of test scores (M); and then allows the user to enter N names and N by M test scores. Use three arrays: one dimensional array to store the name of N students, a (parallel) two-dimensional array to store N by M test scores, and a (parallel) one-dimensional array to store N averages.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!