Question: Write a C++ program Write a program that: 1) Prompt the user to enter a file name to save the inputs. 2) Prompt the user

Write a program that: 1) Prompt the user to enter a file name to save the inputs. 2) Prompt the user to enter information/statements. 3) Save the information/statements entered by user to the file name given early. 4) Close the file. 5) Reopen the input file 6) Read all info from the file. 7) Reverse all characters from the reading. 8) Prompt the user to enter a file name to save the outputs. 9) Write the reversed results to the file. Do not use reverse function provided in the algorithm header 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 bmal elttil a dah yram wons sa etihw saw eceelf sti tnew yram taht erehwyreve dna .og ot erus saw bmal eht Figures below shows another example of the screenshot for possible solution. CALISASVUMS-COFDsktop Projection Please enter a file name for input file : userinput Please enter your information/statements (Enter a dot to stop) : hello world! I love programming KT14303 Please enter a file name for output file : useroutput !dlrow olleh gnimmargorp evol I .30341TK
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
