-
Students will be provided with a text file, numbers.txt, containing a large (N <= 1000) amount of integers. The integers range in value from 0 to 100. The text file has been created with one value on each line.
-
The number of integers in the file is unknown.
-
Your program must find the average of the list of numbers.
-
Because of the large amount of integers, you will need to declare a total variable as a long integer.