A.int twoDim[][]=new int[][4];
B.int twoDim[][]=new int[4][];
C.int twoDim[][]=new int[4][5];
D.char a[]={‘A’, ‘B’};
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索