Assignment due by 11:59 pm on Thursday, September 17, 2009

Assignment submission instructions:

Assignment Instructions

This text file contains the daily record high and daily record low temperature for each day of the year for the period 1874-2008 for Wilmington, NC. Download the file and save it. The first line in the file is for January 1, and the last line corresponds to December 31. There is a line in the file corresponding to February 29. Write a C program that reads the data in the file and determines the following: You will be using scanf statements to read in the data. However, instead of typing in the data, your program will read it in from the file by redirecting the input. Run your program like this:climateAnalysis < records.txt. The < sign tells your program to read the data from the file.