48. 以下那一個 Java 程式指令正確?
(A)int [10] list;
(B)int list[]=new int[];
(C)int list = new int[10];
(D)int[] list = new int[10]; 。

答案:登入後查看
統計: 尚無統計資料