0

String inputOnSoloLearn = "doo doo";

Why is it so hard to take input on here? It says split multiple inputs into separate lines but it doesn't work. Help?

29th Oct 2018, 5:12 PM
NicoChis
NicoChis - avatar
4 Answers
+ 1
You have to put ALL the input needed for correct execution of your program... Beside that, its hard help you without show your code and relative input
29th Oct 2018, 5:17 PM
KrOW
KrOW - avatar
0
@KroW https://code.sololearn.com/cvIdQq88cAoD/#java i am putting all my input in but the second one isn't coming through. It says to split multiple inputs into separate lines but it's still not working.
29th Oct 2018, 5:33 PM
NicoChis
NicoChis - avatar
0
@KroW Found my problem nvm
29th Oct 2018, 5:36 PM
NicoChis
NicoChis - avatar
0
NicoChis Dont use different Scanner object on same input stream... try to create it in main function and pass to every function that need of it
29th Oct 2018, 6:00 PM
KrOW
KrOW - avatar