Exercise 4 In this project youll create an array of 20 values in dollars and cents format ($1.59). Youll then create four separate methods within the program to complete the listed tasks. The first method should create a total of all of the values listed in the array. The second should search the array and return a listing of all values that are less than $5.00. The third should return the average of the values in the array. (Use the output from the first method.) Finally display a list of all values in the array that are greater than the average value. Youll save this program as Prices.java.