+ 2
Who can you do "cin "CPP
4 odpowiedzi
0
the cin object is used for reading input from the keyboard.
int x;
std::cin >> x;
after you run the above line runs, whatever you type in your keyboard, get stored in x
+ 2
Thank you ya'iko :-) :-) :-) ♥♥♥♥♥
+ 1
Please Learn C++ Course
0
Adrian not sure what you are asking...