Matrix multiplication using for loop in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Matrix multiplication using for loop in c++

Construct 3x3 matrix A and B Get input from the user Multiply both matrix using for loop Ostream the output

18th Feb 2019, 12:41 PM
Thameem Ansari
Thameem Ansari - avatar
2 Answers
+ 4
So what’s your question? or you just want your exercise to be solved ?)
18th Feb 2019, 7:07 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
+ 1
Please read and use my code "matCalc3-~~~" add, sub, mult, div are handled. This code has no input routine. but calculation shall be done. Therefore index number is unsafe, and can be wrong. Please use pen and paper, and do coding. PS. not using for loop
2nd Mar 2019, 4:48 PM
slowlearner
slowlearner - avatar