问题描述:
[多选]
下面哪些会产生二维数组()
A.int a[][] = new int[][]
B.int a[10][10] = new int [][]
C.int [][]a = new int [10][10]
D.int a[][] = new int[10][10]
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.42)
- 热门题目: 1.在子类中调用父类中被覆盖的方 2.下列关于继承优点的叙述正确的 3.下列类Account的构造方
