ineedhelpnow
- 649
- 0
why does cin come AFTER cout and not before?
ineedhelpnow said:why does cin come AFTER cout and not before?
ineedhelpnow said:i don't understand. you can't SEE a cin statement though.
also what is a getline statement like getline (cin, s)
ineedhelpnow said:cout << "whatever the heck" << usernum << " is.";
cin >> usernum
why do you do cin after cout
cant you just do cin >> s?
ineedhelpnow said:oh i see. so for the example i gave cin was not necessary?