Write a Menu Driven C++ program that creates a two-dimensional array/Matrix of size n X m where nrepresent the students and m represent the subjects and initialize it with user. The program should dofollowing 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 subjectname.d) Stud_Lowest: Finds lowest value in the specified row of the array and return that subject name.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here