This program multiplies two matrices. The first matrix is multiplied by the second. We must indicate the elements of each matrix. For this operation to be possible, the number of rows of the first
matrix must be equal to the number of columns of the second matrix.