Wyo C++ Ch6Proj1

Write a program that allows that prompts user to make the following separate inputs in this exact order: full name, street address, city, state, zip code, and phone number. Where appropriate and reasonable the program must allow the user to input blank spaces (e.g. full name, street address, etc.) The program must then store these inputs into an apstring object named customerRecord and with one cout statement, the program must display all of the data in this exact form:

John Doe
630 Evans Ave.
Wyomissing, PA 19610
(610) 374-4031

After carefully writing out this program on paper, type it into the compiler and debug if necessary. Your program must follow the Coding Standards. Save the source code file as "Ch6Proj1.cpp" in the appropriate network folder.

Preconditions:

You must hand in the following on separate pages stapled in this specified order:

    1. The hardcopy source code for this assignment. Staple multiple pages together, if applicable.
    2. The handwritten source code that you wrote out before you typed the program into the compiler.