Hi there,I am new to programming and I am having a lil bit problem with my code, I can't get to use space in the program i am trying to create.
Actually i am typing address and in the output it doesn't give spaces.
I tried to use getline and cin.getline statements but it skips the first word e.g if I write "House number xxxx" it starts from "number" and skips House,rest of the program is working fine,any help will be appreciated.
I figured it out, I didn't have to use cin, i just had to create a program that gives the output, thanks for help.