Question: Write a menu driven C++ program to do following operation on a two-dimensional array A of size n x n. In each case, after reading
Write a menu driven C++ program to do following operation on a two-dimensional array A of size n x n. In each case, after reading the data, call the appropriate function to perform the task upon passing the array A, its size m and n as arguments ( for this assignment assume n= 4).
1.To display elements of matrix of size m x n 2.Output sum of all elements of matrix of size m x n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
