Create a static method in Java that accepts any 2D integer array
(5 x 5 matrix) as a parameter and returns a 2D double array (5 x 3
matrix) in which the values in the rows of the returned array
represent the minimum value, the mean value, and the maximum value
of the corresponding rows in the parameter array.