问题描述:
[多选]
下面哪些会产生二维数组()
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.217.34)
- 热门题目: 1.实现了Set接口的类是哪项? 2.集合API中Set接口的特点 3.现有:int x- read
