Which statement assigns the value 99
Which statement assigns the value 99 to the first element of the array declared as the following? int[] numbers = new int[5] {1,2,3,4,5}; numbers0 = 99; numbers[1] = 99 ; numbers1 = 99 ; numbers[0] = 99 ; CO 6) Array subscripts must always be _____. negative integers characters integers decimal values Looking for […]