Java console don't allow me to make multiple inputs in the output it only ask for one .. but the same code is working on eclipse | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 6

Java console don't allow me to make multiple inputs in the output it only ask for one .. but the same code is working on eclipse

if there's a something could I do to fix that , pls tell me ! https://code.sololearn.com/cTIEIMFw5ag1/?ref=app

6th Sep 2018, 11:58 AM
2Math
2Math - avatar
8 Réponses
+ 12
Sololearn requires you to enter all inputs at once, so there's nothing you can do.
6th Sep 2018, 12:14 PM
A Fox
A Fox - avatar
+ 6
no ofcourse not it's just here XD .
6th Sep 2018, 12:47 PM
Anon Fox
Anon Fox - avatar
+ 3
hahaha that is awesome !
7th Sep 2018, 5:05 PM
Pepo Pepo
Pepo Pepo - avatar
+ 2
thx
6th Sep 2018, 12:18 PM
2Math
2Math - avatar
+ 2
Emerson Prado .. the problem is we need to guide the user what will he insert that by the sysout (system.out.prinln()); after every input .... but will I face the same problem with other consoles
6th Sep 2018, 12:22 PM
2Math
2Math - avatar
+ 2
TA .A that's reassured
6th Sep 2018, 12:53 PM
2Math
2Math - avatar
+ 2
2Math This is a real problem: the app interface doesn't show the prompts messages. This would solve the issue.
6th Sep 2018, 12:57 PM
Emerson Prado
Emerson Prado - avatar
+ 1
Split the inputs in lines
6th Sep 2018, 12:17 PM
Emerson Prado
Emerson Prado - avatar