Question: c++ program help Write a program that asks the user for the number of times to input some first names. Open a file for output,
c++ program help
Write a program that asks the user for the number of times to input some first names.
Open a file for output, called savedNames.txt.
Write a loop t
hat reads in the
user inputted
first names
, one at a time
, the number of times
specified.
Each time a name is entered by the user, write the name to
the
savedNames file.
Close the file.
Look to see if the file was create, and if the names are in it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
