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