##include <iostream>#include <fstream>#include <string>using namespace std;int main() {string

3 messages · Page 1 of 1 (latest)

hollow valve
#

Create a menu
Create File
Read File
Exit

Ask the user to make a choice

Create File
asks the user for a filename
Ask the user the enter the First name, last name, middle name initial, age, address,
write that information to the file. ensure it is well-formatted

Read File
Ask the user for the file name
Validate filename
Read the file
Print the content of the file on the screen

Exit
Exit the program
Any one to suggest anything so I can make it even better??

meager inletBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

wheat imp
#

You just pasted your code as the title.