- You'll receive a text file,
numbers.txt
, that contains many integers ranging in value from 0 to 100. The text file has been created with each value separated by at least one space.
- The number of integers in the file is unknown. You must read the text file until it ends.
- Your program must find the average, standard deviation, and mode of the list of numbers.