Project 5: Calculating Means In this project, we will calculate the means of a set of positive numbers in three different ways. Within this project, we will also practice file IO by reading the input from a file and outputting the resulting calculations to a file. Step 0: Generate a test input file as a text file. It should look something like this:
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
29 | 30 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 | 1 | 2 |