Question: Please type the code in C++ thank you!!! 6. Write a program to compute the sum and difference of two matrices which have the same
6. Write a program to compute the sum and difference of two matrices which have the same order. Have the user enter the order of the matrices and then have the user enter the elements in the two matrices, and then perform addition and subtraction of respective elements. You may have to use for loops to obtain the entries of the two matrices and also may have to use for loops to add/subtract the entries. [Hint: All matrices have to be stored in 2-D arrays] [10 points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
