Question is in the title really; I\'m sure there is something logical, but for now I\'m stumped!
So you remember that if you think cin as a keyboard and cout as a monitor, what you type goes into the variable
cin
cout
cin>>var;
Or the contents of your variable goes towards the screen
cout<