Complete the method named averagePrice, in the program below, named Prices.java, so that it accepts an array of prices as a parameter, and returns the average price. You may assume all prices are double values.