1. 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.
  2. The number of integers in the file is unknown. You must read the text file until it ends.
  3. Your program must find the average, standard deviation, and mode of the list of numbers.