0
(C++) wap to input 9 numbers into a 3 x 3 integer matrix and check that it is a symmetric matrix or not.
A symmetric matrix is such a matrix whose row elements are exactly same as column elements. Write the program in c++.
3 Réponses
+ 3
https://code.sololearn.com/cTSC2UN907De/?ref=app
This is a C code...but can also be used in C++ by changing some of the functions and layouts
+ 2
Did you even try it?
You probably may get "help" in getting your homework done somehow, but if you don't even try and rely on others, you'll be learning nothing.
+ 2
https://code.sololearn.com/cjOWNDfb34Cs/?ref=app
This is the exact same code in C++....you can refer this