What does the following code do?
Arrays.sort(numbers);
Sorts the elements in the numbers array in ascending order
numbers
Removes all duplicates from the numbers array
Reverses the order of elements in the numbers array
Finds the maximum value in the numbers array