+ 1
input after output (java)
is there a way in Sololearn to make it ask for input after some code? because I would like it if I could first make the code say something and then ask for input. I also used other programs for java like drjava and notepad++, and when I ran it with drjava it worked just fine. but in Sololearn it asks it beforehand.
2 odpowiedzi
+ 9
Unfortunately, it is not possible at the code playground.
Sorry, I know that limits the possibilities for the poor 'console only' languages.
+ 6
in sololearn playground only web applications are interactive(because they runs on users phone browser), so java, python,c++ etc are not interactive and they take only one block of enter at the begin