0
Input in Java (specifically on Solo Learn)
How de we input multiple responses in a Java program when prompted? It's easy on Eclipse because it asks for responses one at a time, but here, it asks for input all at once.
5 Réponses
+ 3
yes and this is biggest problem of sololearn code playground
+ 3
no its not
look at my last code(tik tak toe)
it needs to interact with user
so you can't put every thing at first
+ 2
it is possible..
when u pass the input then seperate every input into new line..
for example:
if u have to take input for a and b
then
write
5
7
in such a way
and the dialogue box which appears it read as seperate multiple inputs in different line
0
So it is not possible?
0
I tried sepeating multiole inputs with multiple lines and it didn't work.