Example program 3
Here is a program that consists of multiple sub-programs regarding two-dimensional arrays. A lot can be learnt from analyzing this one program. This program
Inputs the elements for 2 matrices.
Adds both of them and prints the resu...