[solved] – Question 70755
hello finders
i am a beginner at c++ and i went to do this code Necessary but i couldn’t
can anyone help me ?
requirements :
declare two 2*2 matrices and the elements of this matrices should assigned by user .
create a class calld result and this class have one attribute called mult .
Define a function called multiplication_matrices which received two matrices data and returns the multiplication value of these two matrices. The value returned by multiplication_matrices should be kept by attribute mult which declared in class result.
Expert Answer
OR

