What is TRUE about the following array?
num someVals[4] = 2, 4, 5, 7
a. someVals[1] has the value of 2.
b. There are 5 elements in this array.
c. The elements in this array contain string values.
d. someVals[1] has the value of 4.