Problem
Create an application containing an array that stores 20 prices, such as $2.34, $7.89, $1.34, and so on. The application should (i) display the sum of all the prices, (ii) display all values less than $5.00, (iii) calculate the average of the prices, and (iv) display all values that that are higher than the calculated average value. Save the file as Prices.java