Write a program that reads in from a file a day of the week name, (Sunday) an ending day of the week name, (Saturday) and then the daily snowfall for each day during that week.
As it does this, it should sum the snowfall amounts and then report the total snowfall and average snowfall for that week.
For example, the output might look like this: During the days of Tuesday–Friday, the total snowfall was 10 inches and the average daily snowfall was 3 inches.
Expected Output:
During the days of Sunday – Saturday the total snowfall was ### inches and the average daily snowfall was
##### inches.
NOTE:
Create a txt file, name it snowfall and load it to your program with a ficticious amount of snow per each day of the week:
i.e; 1.3, 4, etc.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
