A. An array is a group of variables containing values that all have the same type.
B. Elements are located by index.
C. The length of an array c is determined by the expression c.length();.
D. The zeroth element of array c is specified by c[0].
a. A, C, D.
b. A, B, D.
c. C, D.
d. A, B, C, D.