Question: Write a program in c++ that does the following: 1 ) Ask the user for their name 2 ) Write the users name to file.txt
Write a program in c++ that does the following:
1 ) Ask the user for their name 2 ) Write the users name to file.txt 3 ) Read the users name from file.txt 4 ) Print the name back to the user with the following message
Your name is
Please enter your full name: John Doe Your name is John Doe
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
