在线名词解释大全
专业、全面、易懂的全领域名词百科

下面()不是创建数组的正确语句。

题型:单选题
选项
A. A.float f[][]=new float[6][6];
B. B.float f[]=new float[6];
C. C.float f[][]=new float[][6];
D. D.float[][] f=new float[6][];
正确答案:C