+ 2
"What's input,output statement"?
I didn't get it.
1 Respuesta
+ 1
an input statement is a statement where user input is done
e. g. std::cin >> varname;
an output statement is a statement where someting gets printed
e. g. std::cout << varname;