//This is a program for multplying two matrices. // class matrix_mul { //this method prints the entries of matrix on monitor public static void print_matrix(int[][] M) { for(int i=0;i