#3 C++ Program to write a program to add two 3*3 matrices.


In this Program, we have three matrices a,b, and sum matrix c. 'A' Matrix and 'B' Matrix are taken from the user using for loop and then we have added this matrix, stored it in 'c', and then printed the 'c' matrix.



Post a Comment

0 Comments