Problem:
Question 1: Write a non-member function that receives two Matrix parameters and prints their product. The function must check to see if the matrices are compatible for multiplications.
Question 2: What to hand in? Documented code along with a sample run for the product of a 2x2, 2x3 and a 4x5 matrix.
Please read all the questions carefully and answer them.