+ 1
Seems your program requires input
Can you change this sentence, for purpose of giving instructions for entering input instead of just saying that the program requires some, in Microsoft VS you are able to give instructions through console, while the program is running, while there first comes the input and the instructions if are any.
1 Answer
+ 10
No :( unfortunately not. This was my first thought too when I saw this. Compiled codes are run server side, (not on your phone) so they require all inputs before being sent to the server.