driscollr6512 driscollr6512 31-01-2024 Computers and Technology contestada What is the ending value of the element at index 1?int numbers[10]; //Changenumbers[0] = 35;numbers[1] = 37;numbers[1] = numbers[0] + 4;O 39O 35O 0O 37