A program that reads a text file using the read method and then extracts the even and odd numbers from that file, saving them as two distinct files called even.txt and odd.txt, respectively
A program that takes a file containing the names and GWA scores of twenty students and prints out the name of the student with the highest GWA score
The program allows the user to enter several lines of text into a text file called mylife.txt.
This program reads a source file called integers.txt, which contains 20 integers. It then creates two text files: one called double.txt, which contains the even numbers squared, and another called triple.txt, which contains the odd numbers cubed.