Challenge: Append One File's Contents to the End of Another
Write a program to append the contents of one file to the end of another.
We'll cover the following...
Write a program to read the contents of one file and append these contents to the end of another file:
- Input: Read the