A.多重 B.單一 C.雙重 D.不能繼承
閱讀下面的代碼,程序運(yùn)行結(jié)束時,變量y的值為下列哪一項()
A.1 B.2 C.3 D.switch語句
A.new int [2][3]; B.new int[3][]; C.new int[][3]; D.以上答案皆不對