當我們要儲存多個同型態的資料時,我們可以使用陣列(Array)。 ... int[] y = {53, 26, 37, 94}; ... public static void main(String[] args){ int[] x = new int[3];
確定! 回上一頁