I am a beginning ISE student taking a C++ programming class and am having trouble with the simplest things. I need to write a program that reads in an address in a single line of text then outputs that address in the appropriate form.
input:
john doe # 1234 main st. # los angeles # california # 90129
ouput:
John Doe
1234 Main St.
Los Angeles, California 90129
thanks for any help you can give