问题详情
下面关于数组定义语句不正确的是()。
A.int[] a1,a2;
B.int a0[]={1,2,3,4,5};
C.double[] d=new double[8];
D.float f[] =new {2.Of,3.5f,5.6f,7.8f};
请帮忙给出正确答案和分析,谢谢!