Question: Write a c++ program that allows the user to input their own matrix. The user inputs the number of rows and columns as well as
Write a c++ program that allows the user to input their own matrix. The user inputs the number of rows and columns as well as the values. Print the matrix.
Output should look like:
Enter the number of rows: 4
Enter the number of colums: 5
Enter the matrix:
-3 5 17 6 25
2 6 4 9 18
0 2 8 51 4
-9 98 -14 41 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
