java Location类
/*输入:Enter te numbeer of rows and columns in the array: 3 4 Enter the array: 23.5 35 2 10 4.5 3 45 3.5 35 44 5.5 9.6 输出: The location of the largest element is 45.0 at (1 ,2 )*/public class Location { int row; int column; d.