What does this code accomplish?
System.out.println(numbers[1] * numbers[4]);
Prints the product of the second and fifth elements in the numbers array
numbers
Prints the product of the first and fourth elements in the numbers array
Compares the first and fourth elements of the numbers array
Displays the first and fourth elements of the numbers array