PDA

View Full Version : c++ code assignment



alexrat1996
14th February 2013, 15:01
write a program that ask the user for a name, adders,city,state,zip code and phone number and stores each in appropriate character arrays.Us the ignore function to flush the input stream between inputs.After the strings are stored in the arrays,print the information back to the screen in the following format:

name
address
city,state,zip Code
Phone number

Santosh Reddy
14th February 2013, 15:11
Why cross-posting?

alexrat1996
14th February 2013, 15:24
write me the code

wysota
14th February 2013, 15:28
Is this some kind of school assignment?

Lykurg
14th February 2013, 16:02
write me the code
I have written the code. It works like a charm. Nice application!

d_stranz
15th February 2013, 19:01
I decided to write it, too. I got an A+ as my grade.