单项选择题

下面哪个语句不是创建数组的正确语句?()

A.float f[][]=new float[6][6];
B.float f[]=new float[6];
C.float f[][]=new float[][6];
D.float [][]f=new float[6][];