Create a class Matrix
int[][] add (int[][] matr1, int[][] matr2)
Description: This method returns the sum of matr1 and matr2
int[][] multiply(int[][] matr1, int[][] matr2)
Description: This method returns the product of matr1 and matr2
Create a class Matrix
int[][] add (int[][] matr1, int[][] matr2)
Description: This method returns the sum of matr1 and matr2
int[][] multiply(int[][] matr1, int[][] matr2)
Description: This method returns the product of matr1 and matr2