Answer:
ages[1] is 30
Explanation:
The index of an array start counting from zero. So, based on the given array,
20 = index 0
30 = index 1
40 = index 2
50 = index 3
Therefore, ages[1] = 30
5.6m questions
7.3m answers