The method reverses the numbers in the array. Given an array containing the numbers 1,2,3,4, and 5 the array will contain the numbers 5,4,3,2, and 1 after the method returns.