1 int[] array = new int[] { 1,2,4,3,0,-1,34,545,2,34}; ... 本身是直接可以調用Min(),Max(),Average()方法來求出最小值、最大值、平均值.
確定! 回上一頁