System.out.println("The item in the array is: "); for(int i = 0; i < firstColAry.length; i++){ System.out.println(firstColAry[i] + "\t" + secondColAry[i]); }
}
}
---------------测试 The item in the array is: 22.000 13.833 22.100 14.448 22.200 14.745 22.300 14.883 22.400 14.907 22.500 14.838 22.600 15.063