Make a method that meets the requirements of the following comment.
findAveragePrice
the purpose of this method is to find the average of 3 prices.
Input Arguments: price1, price2, price3 , three prices, as double types
Return Value: avgPrice, the average price