0
How do I stop Sololearn from asking for input?
When I run my java program with a scanner, it tells me my program needs input. How do I make it so I type it in the output?
4 Respuestas
+ 6
Ronin Symmetry ,
not clear what you mean by saying:
> How do I make it so I type it in the output? <
maybe you can share your code here and give a clear description.
+ 5
SoloLearn works like " First it ask input, if your program needs any, through a pop-up window "
Enter all required inputs by program on pop-up window by line separating..
Then app send it to server, and displays returned output.
If your program needs inputs, it asks inputs otherwise don't.
"So i type it in the output..? ", do you mean interactive? Sololeaen is not have interactive output console.
Hope it helps...
+ 4
Ronin Symmetry runtime input is not supported on sololearn
0
This is not possible to give input during the code is running