131k views
4 votes
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.

1 Answer

3 votes
d. someVals[1] has the value of 4
User Dalin Huang
by
6.0k points