i want to make a program that can count the :
[YEAR] and the [Celsius Degree] of that year.
it will have to find those information on a .txt file which look something like :
1871
3.1
1872
4.8
1873
4.7
1874
4.3
it will also have to find the MAX, Avarage and the MIN temp.
and also have to count how many it is registered.
------------------------------------------------------
i wonder how to write the program that knows that the first 1 is a YEAR,
And the second is a DEGREE? and then count them as one! ??
