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?
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
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.
0
@KroW Found my problem nvm
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