多选题 : 下列关于数组声明和构造错误的是()。
(A)int[] ages = [100]
(B)int ages = new int[100]
(C)int[] ages = new int[100]
(D)int() ages = new int(100)
查看解析
参考答案
继续答题:下一题
(A)int[] ages = [100]
(B)int ages = new int[100]
(C)int[] ages = new int[100]
(D)int() ages = new int(100)