Problem
Design a program that will open the email log file named file "mbox-short.txt" and read each line of text from the file. If the line begins with the word "From" save the rest of the line to a separate file named "addresses.txt". Both files should then be closed, and a message should be displayed that the job has been completed. If either file cannot be opened, an error message should be displayed.