Write a Menu Driven C++ program that creates a two-dimensional array/Matrix of size n X m where n represent the students and m represent the subjects and initialize it with user. The program should do...


Write a Menu Driven C++ program that creates a two-dimensional array/Matrix of size n X m where n
represent the students and m represent the subjects and initialize it with user. The program should do
following Tasks using Menu, the menu operations are implemented using functions:
a) Total_Marks: Calculates total/sum of the values in the specified row (student).
b) Avg_Subject: Calculates Average of the values in the specified column (subject).
c) Stud_Highest: Finds highest value in the specified row of the array and return that subject
name.
d) Stud_Lowest: Finds lowest value in the specified row of the array and return that subject name.



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here