

are numbered 1 to 365, 1 being January 1st and December31st being 365.You must use the C program to read the file and put the datainto arrays. Download the file and clean it up to make itcompatible ? simply remove all lines above2019 001 3.29 4.19 3.50 4.06 4.59 2.9HINT > Use a simple text editor to clean up the file.Do not enter data by hand!HINT > Have a loop that goes from 1 to 365 and fill one arrayper lake (one cell per iteration). The cell number will act as theday of the year (just leave cell 0 unused).Required elements:- Each required element should have its own program (.c) filealthough one program with separate helper functions is also anexcellent implementation.- All computations to be done in C using the imported datafile.HINT > You are not obligated to use Geany, you can use any CIDE (Quincy, C-Free.).1.

Calculate the yearly average temperature for each of thelakes, and the yearly average for all six lakes put together.2. Indicate which lake is the coldest and which one is thewarmest, based on the average yearly temperatures calculated instep #1. Also indicate which lakes have average temperatures abovethe average of all the lakes and which ones are below that sameaverage.3. Indicate the day and the temperature for the warmest watertemperatures for each of the lakes. You must convert the day of the year value into adate/month format. HINT > If there are multiple dates with thecoldest or warmest temperature, only one of those is required.4.
