Question: This code in c++.This Task will require you to read in a text file, one line at a time. You will update each line of
This code in c++.This Task will require you to read in a text file, one line at a time. You will update each line of the file per provided specifications. You will then write each modified line to a new output text file. Requirements 1. Name the output file: changedYou.txt 2. For each individual line in the input file, make the following modifications: a. Replace each character "e" with a "3' b. Replace each character "a" with an "@" c. Replace each character "i" with "1" 3. Write each modified line to the output file 4. Close input and output files when you are finished with them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
