Using the Matrix class we developed in class, write a program that will multiply two matrices together. The user will be prompted for the dimensions and values for each matrix. If the matrices cannot be multiplied, an error message will be displayed, other the result will be.
The output of the resultant matrix as well as the two operands will be written to a text file.