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??