How do I stop Sololearn from asking for input? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

11th Apr 2023, 3:41 AM
Ronin Symmetry
Ronin Symmetry - avatar
4 Answers
+ 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.
11th Apr 2023, 6:36 AM
Lothar
Lothar - avatar
+ 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...
11th Apr 2023, 7:32 AM
Jayakrishna 🇮🇳
+ 4
Ronin Symmetry runtime input is not supported on sololearn
11th Apr 2023, 4:07 AM
I am offline
I am offline - avatar
0
This is not possible to give input during the code is running
11th Apr 2023, 2:39 PM
Baljinder Saini
Baljinder Saini - avatar