Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Practice 2: 60 minutes - 5 Marks Write a program that: 1) Prompt the user to enter a file name to save the inputs.

image text in transcribed

image text in transcribed

C++

Practice 2: 60 minutes - 5 Marks 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 a 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 Baa baa black sheep, have you any wool? Yes sir, yes sir, three bags full! One for the master, one for the dame, And one for the little boy who lives down the lane. After the program is finished, output.txt should contain ?loow yna uoy evah ,peehs kcalb aab aaB Illuf sgab eerht ,ris sey ,ris sey ,emad eht rof eno , retsam eht rof eno enal eht nwod sevil ohw yob elttil eht rof eno dnA Sample Run: Please enter a file name for input file : input Please enter your information/statements (Enter a dot to stop) : Baa baa black sheep, have you any wool? Yes sir, yes sir, three bags full! One for the master, one for the dame, And one for the little boy who lives down the lane. Please enter a file name for output file : output ?loow yna uoy evah ,peehs kcalb aab aaB Illuf sgab eerht ,ris sey ,ris sey ,emad eht rof eno , retsam eht rof eno enal eht nwod sevil ohw yob elttil eht rof eno dnA Text file: input.txt and Output.text D X input - Notepad File Edit Format View Help Baa baa black sheep, have you any wool? Yes sir, yes sir, three bags full! One for the master, one for the dame, And one for the little boy who lives down the lane. output - Notepad File Edit Format View Help ?loow yna uoy evah , peehs kcalb aab aab Illuf sgab eerht ,ris sey ,ris sey , emad eht rof eno , retsam eht rof eno enal eht nwod sevil ohw yob elttil eht rof eno dna

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions