public static void MaximumMinimumElementArray(); {; int[] array = { 10, 30, 40,100,170, 50, 20, 60 };; int max = array[0]; ...
確定! 回上一頁