What is the value of a[3] as the result of the following array declaration?
int[] a = {1,2,3,4,5};
Click to view the answer
D.
Array indices begin with 0.