1. Create a text file (you can name it sales.txt) that contains in each line the daily sales of a company for a whole month. Then write a Java application that:
a. asks the user for the name of the file
b. reads the total amount of sales
c. calculates the average daily sales
d. displays the total and average sales.