0
Is it not possible to output a statement and input value after that ?
2 Respostas
+ 2
int num;
std::cout << "Enter a number: ";
std::cin >> num;
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