Question: In C++ P8.9 Write a program that reads each line in a file, reverses its lines, and writes them to another file. Suppose the user
In C++


P8.9 Write a program that reads each line in a file, reverses its lines, and writes them to another file. Suppose the user specifies input.txt and output.txt when prompted for the file names, and input.txt contains the lines Mary had a little lamb Its fleece was white as snow And everywhere that Mary went The lamb was sure to go. After the program is finished, output.txt should contain The lamb was sure to go. And everywhere that Mary went Its fleece was white as snow Mary had a little lamb Requirements: Please follow the book's instruction and don't deviate. Your program should prompt the user for input and output file names. You can create the input file (input.txt) and it should contain 4 lines as shown in your book. Your program should send the input and output records to the console. Print a user-friendly message for each type of the file. You need to attach the output text file as part of your final submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
