Write a program for a grocery that reads products data and determine and display the product that has the highest price and the average price. A product has three pieces of data: id (int), name (String) and price (double).Your program should continue reading new products until user enters -1 as id of a product.