找考题网-背景图
单项选择题

以下哪个选项可以正确创建一个二维数组()。……

以下哪个选项可以正确创建一个二维数组()。



A.new int[2]
B.new int[3][4]
C.new int[3][3][4]
D.new int