Homework Help
Exercise 4 – in this project, you’ll create an array
Exercise 4 – In this project, you’ll create an array of 20 values in dollars and cents format ($1.59). You’ll 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. You’ll save this program as Prices.java.”