1. Open the file to read in.
2. Open a file to write to.
3. Repeatedly read in a line and write it to the output file until the end of paragraph or end of file is found.
4. Close the output file.
5. If the end of paragraph was found go back to step 2.
6. Close the input file.