- 1
What is the code for input in c++?
I just started c++ and i know a little bit now but i want to know what is the code for input?
4 Antworten
+ 5
6.1 lesson is waiting for you.
Keep going!
+ 5
From keyboard
cin>> variable name ;
or
getline(cin,variablename);
+ 1
Simba yess!!! I will goo
0
@everyone thank u!