+ 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
5 RĂ©ponses
+ 10
You can not have multiple scanners. The first one gets all the inputs. The rest get nothing.
+ 4
Itâs just a sololearn thing.
You have to get used to it, Smit Kalkani
+ 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
+ 1
Yes it's not working that way
0
But how am I supposed to get next input