Java Program to find the product of two matrices

Example 1:



Output :

 Product of two matrices
 7     7    6
 8     6    5
 6     7    5