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
Get step-by-step solutions from verified subject matter experts
