0

Is it not possible to output a statement and input value after that ?

12th Aug 2016, 1:09 PM
Reshma Kalkur
2 Answers
+ 2
int num; std::cout << "Enter a number: "; std::cin >> num;
12th Aug 2016, 1:19 PM
Cohen Creber
Cohen Creber - avatar
0
if you're concern is coming from the way the app takes input it's just how it's designed. if you used a proper computer(i.e not a phone) then it would take the input in real time
12th Aug 2016, 8:18 PM
destro