Assume that a file containing a series of integers is named as numbers.txt and exists on your computer's disk. Write a program that determines the largest and the smallest number stored in the file. Then write the largest number and smallest number back to the same file.