By the way in html (which I know is nothing like programming but it's all I have to reference with) to put a space between something you'd type A nbsp; B nbsp; C how in C++ programming could you make your answer print with a space between each character or number? Say either to print A B C or 1 2 3 or is this never done or not allowable? Thanks : )