Determine whether the following array declarations are true or false.
a. int[] a ¼ {0, 4, 3, 2, 7};
b. int[10] b ¼ {0, 7, 3, 12};
c. int[] c ¼ {12, 13, , 14, 16, , 8};
d. double[] lengths ¼ {12.7, 13.9, 18.75, 20.78};
Answers
Answered by
0
Answer:
d. double[] lengths ¼ {12.7, 13.9, 18.75, 20.78};
Similar questions