Computer Science, asked by gkGeetakumari4364, 6 months ago

What is an array ? Write a program fo addition of matrix

Answers

Answered by jaypriyaperumal4
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