(C++) wap to input 9 numbers into a 3 x 3 integer matrix and check that it is a symmetric matrix or not. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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++.

15th Nov 2019, 3:27 PM
Mokshag
Mokshag - avatar
3 Answers
+ 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
15th Nov 2019, 5:37 PM
Charitra
Charitra - avatar
+ 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.
15th Nov 2019, 3:34 PM
Ipang
+ 2
https://code.sololearn.com/cjOWNDfb34Cs/?ref=app This is the exact same code in C++....you can refer this
15th Nov 2019, 5:42 PM
Charitra
Charitra - avatar