+ 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
2 Antworten
+ 4
So what’s your question? or you just want your exercise to be solved ?)
+ 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