Question: Question 3: Multidimensional array: Create a multidimensional array that holds students' grades. Each row in the array represents different student while the corresponding columns are
Question 3: Multidimensional array: Create a multidimensional array that holds students' grades. Each row in the array represents different student while the corresponding columns are the grades of that student. 1. Read an integer m and n from the keyboard (where m represents the number of students and n the number of courses for each student) 2. create an array of double values of size m and n. 3. Read n grades of each studerir. 4. After reading all the grades, print the multidimensional array. 5. Find and print the average grade of each student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
