问题描述:
[单选]
下列选项中关于二维数组的定义,格式正确的是
A.int【】【】 arr = new int【2】【4】
B.int【】【】 arr = new int【2】【】
C.int【】【】 arr = new int【】【4】
D.int【】【】 arr = {{1,2},{3,4,5},{6}}
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.217.131)
- 热门题目: 1.Java 语言中的具有特殊意 2.用[1]修饰的类称为公共类. 3.用Object类中的()和(
