back
Assignment
Write a program that asks for the user's name, address, city, state, and zip code. Have the program save the data to a data file.

Warning: When you are using multple chars, don't forget to flush the data stream each time with:

cin.ignore(80, '\n')