Question: Problem: If A and B are two m X n matrices, thir sum is defined as follows: if Aij and Bij are the entries in
Problem: If A and B are two m X n matrices, thir sum is defined as follows: if Aij and Bij are the entries in the jth column of A and B, respectively, then Aij + Bij is the entry in the ith row and jth column of their sum, which will also be an m X n matrix. Write a program to read two m X n matrices, display them, and calculate and display their sum.
Static matrices must be used for this assignment; that is memory for the
matrix must be allocated at compile time; solutions that do not use static allocation are
unacceptable.
My program:

What did I do wrong or what do I have to add in order for the program to be correct?
1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
