Question: C++ Just write the following code to perform this task. a) Paste input file data (specified below) into a file named input.txt. b) Create a
C++

Just write the following code to perform this task. a) Paste input file data (specified below) into a file named input.txt. b) Create a blank text file named output.txt. c) Read data from input.txt into the program one line at a time. d) Use string concatenation to modify the line such that it begins with a "\$", and ends with a ".00". e) Output the modified line to output.txt. Note that this program does not require type conversion. Input File
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
