-
More Data Structures
-
Programming On A Machine
-
Files
-
Exercises
Weather
Calculate the average rainfall in Clonakilty.
You can find the data in general by searching here
In this case, we'll get the data for Clonakilty(shannonvale)
Download the .csv
file for monthly here
Take a look at the linked page and note the structure of the data.
To calculate the average rainfall:
- open the file and read each line
- store the rainfall value and increase the count of months
- when there is no more lines, calculate and print the average