Step by step learning
Which examples cause a compiler error?
float f2[] = new float[];
float[]f1 = new float[3];
float f3[] = new float[3];
float f5[] = {1 .0f, 2.0f,2.0f};
float[] f = new float(3);
Please log in or register to have a possibility to add comment.
Please log in or register to have a possibility to add comment.