Question: Paragraph Question 1 Write a C++ program that asks a user to input the dimensions of the array, eg, rows and columns. Once the user
Paragraph Question 1 Write a C++ program that asks a user to input the dimensions of the array, eg, rows and columns. Once the user is done inputting the dimensions, ask user to enter the elements of the array. Show the elements of the array in a matrix form (in the form of rows and columns). The program should be able to find the minimum value, maximum value and the average of all the values in the array. The proposed output of the program is illustrated in Figure below: CAUs dran OneDrivelOneDrive for Business\Desktop MATE Fall-18-1 MDArr gMDArray.ere Enter number of row(s) for Array (max 10) 2 nter number of column (s) for Array (max 10) 3 Now Enter 2x3 Array Elements:12 3 4 10 20 The Array is: 4 10 20 Status in value: 1 ax value 20 Average6.67 Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
