The variable numbers1 references an array of type int[] that has no elements, so you can't store any data in it. int[] numbers2 = new int[]; ...
確定! 回上一頁