A.一维数组B.二维数组C.多维数组D.交错数组
A.int arr =new int[5]B.int[]arr =new int[5]C.int[]arr =new int[]D.int[]arr =new int(5)
以下代码的输出结果是()。
A.9B.36C.91215D.以上都不是