Question: Exercise 3: Write a C++ program that stores and computes the grades of each student as follows: - ask the user for the number of

Exercise 3: Write a C++ program that stores and computes the grades of each student as follows: - ask the user for the number of students and the number of grades; - create an array of pointers, each to an array of grades, as shown in the diagram below; - read and store in the array the grades for each student; - calculate and print the average grade for each student. students grades for each student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
