Problem

Write a program that will correct a C++ program that has errors in which operator, ≪ or ≫,...

Write a program that will correct a C++ program that has errors in which operator, ≪ or ≫, it uses with cin and cout. The program replaces each (incorrect) occurrence of

with the corrected version

and each (incorrect) occurrence of

with the corrected version

For an easier version, assume that there is always exactly one blank symbol between any occurrence of cin and a following ≪, and similarly assume that there is always exactly one blank space between each occurrence of cout and a following ≫. For a harder version, allow for the possibility that there may be any number of blanks, even zero blanks, between cin and ≪ and between cout and ≫; in this harder case, the replacement corrected version has only one blank between the cin or cout and the following operator. The program to be corrected is in one file and the corrected version is output to a second file. Your program should define a function that is called with the input- and output-file streams as arguments. (Hint: Even if you are doing the harder version, you will probably find it easier and quicker to first do the easier version and then modify your program so that it performs the harder task.)

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 12