+ 2
C++ is about confusing what is the use of cin<<
2 ответов
+ 3
Its cin>> its main work is to get input from the user always uses>> operator not that one which u mention in the question.
+ 1
It writes user input for a variable, using it should not be much more complicated than using cout, you only need to flip the shift << to >>.