Question: Write a C++ program that will ask the user for their name and street address. This information must written to a file name info. Then
Write a C++ program that will ask the user for their name and street address. This information must written to a file name info. Then the program will clear the screen and ask the user if they would like to update their street address. If the user decides to do so, you must read the data in from the file info, display all of the current information and ask the user to input his/her new address. This information (name and address) must then be written to a new file named newer_info. all programs ( unless otherwise noted) must prompt the user to rerun the program by typing "yes" or "Yes" . Upon exiting the program, you must thank the user for using it. (Programmed in C++)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
