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).
3.To display row-wise sum of matrix of size m x n 4.To display column-wise sum 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
