What is an array ? Write a program fo addition of matrix
Answers
Answered by
0
Answer:
In this program, the user is asked to enter the number of rows r and columns c . Then, the user is asked to enter the elements of the two matrices (of order r*c ). We then added corresponding elements of two matrices and saved it in another matrix (two-dimensional array). Finally, the result is printed on the screen.
Explanation:
Similar questions