0
Hello guys i have a problem with accepting input
Guys my problem is with accepting input. Usually if i run it on a normal console i can print out the input i want from the user and my program works fine on my java compiler app on my phone. However when i run if on sololearn it asks for input once and it doesnt print out the instruction as well. Hopefully i have explained the problem well. I need help. https://code.sololearn.com/cyfM9LdaQxGL/?ref=app
4 Answers
+ 6
Here is a lesson which teaches us how inputs are handled in SL.
Kindly check this đ
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 2
Yes, that's normal in SL App.
You have to make All inputs to beginn, and get all output (incl. instructions) at the end.
+ 2
So try:
Input 1 then return/enter
Input 2 then return/enter
Input 3 then SUBMIT
+ 2
Thanks