Write a fragment of code that opens a file named numbers.txt, reads in pairs of number until end of file and sends the smaller of the two to a file named min.txt and the larger of the two to a file named max.txt (one number per line). You can assume there are no ties. (basic file input/output)