當我們要儲存多個同型態的資料時,我們可以使用陣列(Array)。 陣列的用途極廣,包括搭配迴圈化 ... public static void main(String[] args){ int[] x = new int[3];
確定! 回上一頁