What is the ending value of the element at index 1? int[] numbers = new int[10]; numbers[0] = 35; numbers[1] = numbers[0] + 4;