0
What is the basic difference between cin and cout?
3 ответов
0
cin = (user) input
cout = output
0
Understood. Thanks.
0
cin ...Calls in the data from screen to e.g. a variable using cin >> a;
cout... Calls out data into the screen using cout << a;