SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Walter Savitch ,julia Lobur
Chapter:
I/o Streams As An Introduction To Objects And Classes
Exercise:
Programming Projects
Question:12 | ISBN:9780321531346 | Edition: 7

Question

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

cin << with the corrected version

cin >> and each (incorrect) occurrence of

cout >> with the corrected version

cout << For an easier version, assume that there is always exactly one blank space 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.

If this is being done as a class assignment, obtain the file names from your

instructor and ask your instructor whether you should do the easier

version or the harder version.

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.

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Sorry the answer is not available at the moment…

If you are able to find the answer, please make sure to post it here. So that your Juniors have smile on their lips and feel happy.

Spread the 'tradition of sharing'.