Write down a java program for the real estate agent. The program must carry out the following tasks:
1) Ask the users for average house price for the each of the past 5 years for the single family residence of 1500 square feet.
2) Save these data to an array.
3) Search for the highest and the lowest amount, and display it to the screen.
Take input from the user for the past 5 years of housing prices, save them to the file. Open the file, read the data, and shows the highest and the lowest price.