Declare a 2-D array quiz marks which contains 10 rows and 5 columns. Each row corresponds to a particular student and each column corresponds to a particular quiz mark. Your program should read the...


Declare a 2-D array quiz marks which contains 10 rows and 5 columns. Each row corresponds to a particular student and each column corresponds to a particular quiz mark. Your program should read the input from the user and perform the following tasks;



(1) Print the output as follows: Student 1: 80 90 70 100 60



Student 2: 98 85 100 99 89



(2) In a 1-D array store the average of quiz marks of each student. (3) In another 1-D array store the average of marks of each quiz.



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here