Question: C + + Integer pearCount and string friendName are read from input. An ofstream named outFS is declared and the file named pear.txt is opened.

C++
Integer pearCount and string friendName are read from input. An ofstream named outFS is declared and the file named pear.txt is opened. Write the following to the opened file:
"To buy:"
pearCount followed by " pears for " and friendName
End each output with a newline.
Ex: If the input is 27 Maite, then pear.txt contains:
To buy:
27 pears for Maite
C + + Integer pearCount and string friendName are

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!