Hi, I'm trying to write a code and at first I thought it would be incredibly easy but for some reason it's giving me trouble. I'm fairy new to C++ and learning it now in my class, so I don't really understand everything.
I'm supposed to ask the user to input the first and last name, street address and city and state all on separate lines and as strings. This is what I have, but it doesn't work.
Also, try to use more meaningful variables names. st is not particularly good IMO. There is this general mis-concepton that one needs to abbreviate everything when coding. Better to make things clear IMO.