+ 1
If I'm making a code for arithematic calculator in c++ then there is a question how should I submit input so thatitgetstheoutput
Ian unable to give the input to my programme
1 Respuesta
0
To get the whole line :
string s;
getline(cin,s);
Ian unable to give the input to my programme