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
7.9m questions
10.6m answers