Problem #887 C++ using OBJECT ORIENTED PROGRAMMING

Define a class Matrix to represent matrices. Overload the * operator to multiply two matrices.

Your Solution