There is some problem in soloLearn input it take only one at time. Checkout my code help me with it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

There is some problem in soloLearn input it take only one at time. Checkout my code help me with it

Smart one will get that why I have added one two three four or inside. Input this Smit smitkalkani@gmail.com 1234 smitkalkani@gmail.com 1234 https://code.sololearn.com/ctwo5CEm5hxG/?ref=app

24th Jun 2019, 7:16 PM
Smit Kalkani
Smit Kalkani - avatar
5 Answers
+ 10
You can not have multiple scanners. The first one gets all the inputs. The rest get nothing.
24th Jun 2019, 7:45 PM
John Wells
John Wells - avatar
+ 4
It‘s just a sololearn thing. You have to get used to it, Smit Kalkani
24th Jun 2019, 7:23 PM
aceisace
aceisace - avatar
+ 3
You can store the values from each line, for example, in python, it would be: ———————————- a = input() #Hello, b = input() #World! print(a, b) >>> Hello, World! ———————————— It should be similar to Java
24th Jun 2019, 8:05 PM
aceisace
aceisace - avatar
+ 1
Yes it's not working that way
24th Jun 2019, 7:42 PM
Smit Kalkani
Smit Kalkani - avatar
0
But how am I supposed to get next input
24th Jun 2019, 7:53 PM
Smit Kalkani
Smit Kalkani - avatar