This is the question that I have to do can someone please help?!
QUESTION 2 - MANDATORY
The file savings.txt contains the names and savings of 3 Bank customers in the last four
months.
Month1 Month2 Month3 Month4
Dennis Daly 480 620 57 73
Brid Jones 82 61 550 65
Mary Henry 49 47 57 500
Write a console application that:
Reads and displays the name and savings for each customer.
Calculates and display the average saving for each customer.
Display the interest earned by each customer based on their total savings after the four
months. The following criteria:
Savings Interest Rate
>=1000 5%
>=500 2%
>=300 0.5%
<300 0%