Multiple choice technology programming languages

Which one cause a compiler error? (Choose two) a. float f2[] = new float[]; b. float[] f1 = new float[3]; c. float f3[] = new float[3]; d. float f4[] = new float[] { 1.0f, 2.0f, 3.0f};

  1. c

  2. a

  3. b

  4. d

Reveal answer Fill a bubble to check yourself
B Correct answer