Write a program that receives two two-dimensional matrices and prints the sum and difference of the first and second matrices in the output.
Answers
Answered by
1
Answer:
2
I am working on a project where I have to read a file and enter the content into a 2D array. Then I have to sum each row, each column, and the perimeter of the matrix. I have everything working so far except the perimeter. I am trying to create separate for loops for the top row, bottom row, and middle of the two outside columns.Explanation:
Similar questions