xphamjenny3076 xphamjenny3076 26-08-2022 Computers and Technology contestada What numbers does the following code segment print? int[] numbers = {1, 2, 3, 4, 5, 6, 7, 8, 9}; for (int i = 0; i < 8; i ) { system.out.println(numbers[i 1]); }