Question: Consider the task of designing a program suitable to maintain student grades, as modeled by the Gradebook.cpp example proposed in class. For this problem, you

Consider the task of designing a program suitable to maintain student grades, as modeled by the Gradebook.cpp example proposed in class. For this problem, you are told that there are exactly 20 students each with exactly 10 assignments. Each assignment has a possible of 100 points. These scores are stored in a two-dimensional array. Your task is to write a function that calculates averages (or percentages) for all students in the two-dimensional array. Each student percentage should be displayed to the screen. Declare any local variables you will need to make the function run and calculate properly. The two-dimensional array scores is passed in as a formal parameter. Write all of your code below the function header shown: void Calc_Grades (int scores [20][10]) { }

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!