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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here