Question: Write a C++ program that allows a user to input customer records (ID number, first name, last name, and balance owed) and save each record
Write a C++ program that allows a user to input customer records (ID number, first name, last name, and balance owed) and save each record to a file. You must ask the user for the file name to be created and you must check to make sure the file opened properly. Write a loop that allows the user to enter names until they wish to quit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
