A.int arr5[][]=new int[4,5];
B.int[][]arr6=new int[4,5];
C.int arr7[,]=new int[4,5];
D.int[,]arr8=new int[4,5];
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索