Question: Integer onionCount and string friendName are read from input. An ofstream named outFS is declared and the file named onion.txt is opened. Write the following
Integer onionCount and string friendName are read from input. An ofstream named outFS is declared and the file named onion.txt is opened. Write the following to the opened file:
"Remember:"
onionCount followed by onions for and friendName
End each output with a newline.
Ex: If the input is Tim, then onion.txt contains:
Remember:
onions for Tim
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
