Question: Write a program that calls a function to pass array of test scores of students and calculates the average test scores for each student. Let

Write a program that calls a function to pass array of test scores of students and calculates the average test scores for each student. Let the user enters 2 students test scores for three classes (use two dimensional array). Write another function to pass array of test scores and average to display the test scores for each student and display the average of the test scores for each student as well. So you need to write two functions. You cannot use global variable.
Add version control and write proper comments with a few blank lines & indentations in order to improve your programming style.
Test scores should be between 0-100(data Validation).

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 Programming Questions!