Write a C++ program which does the following:
1. Asks the user to enter the following text "Four score and seven years ago there was a man named Joey Bagadonuts."
2. Save this string into a C string named inputSentence
3. Open a text file named lab7.txt as an output file
4. Write the C string inputSentence out to the file and also print it out to the screen.
5. Close the output file
6. Open the lab7.txt file as an input file
7. Read the contents into a C string named outputSentence
8. Print the contents of the C string outputSentence to the screen
9. Close the input file
10. Print your name on the screen
11. Take a screen shot and save it to a word document called lab7.doc
12. EXIT the program
13. Create a Zip file for your entire lab7 project and your word doc and put it into the dropbox for week 7