+ 1
I sometimes find it confusing while placing the cout & cin
2 Answers
+ 5
Think
cout << " I am sending this output out to the console"
cin >> storeInputHere
+ 3
Think well about their pronunciations!
cout ---> SEE OUT --> Something you need to send as your output (in this case writing your text on the screen).
cin ---> SEE IN --> Something you need to get as an input.