Determine the output

Report a typo

What is the output of the code below?

int[] numbers = { 1, 2, 3, 4, 5 };

Arrays.fill(numbers, 1, 5, 10);

System.out.println(Arrays.toString(numbers));
Select one option from the list
___

Create a free account to access the full topic