A.int[][] a=newint[2][]; B.int[2][] a=newint[2][]; C.int a[2][3]=newint[][]; D.int a[][]={3,4,5};
单项选择题下面哪个是正确的二维数组声明?()
A.int[] a; B.int[2][] a; C.int a[2][3]; D.int[][] a;
单项选择题哪个语句是正确的?()
A.输出1 B.输出2 C.输出3 D.输出4
单项选择题上列代码的执行结果是什么?()
A.打印输出0 B.打印输出1 C.打印输出2 D.运行期间有异常抛出
单项选择题以上代码运行输出的结果是什么?()
A.打印输出50 B.打印输出49 C.打印输出\u0000 D.打印输出null
单项选择题以上给出代码运行后的结果是?()
A.编译失败 B.编译通过,但运行时提示异常 C.2 11 D.10 2