0
how in Java do i make it that without resetting the program i can show an output then ask for an input again
I NEED TO TAKE IN INPUT, THEN OUTPUT INFO, THEN ALLOW ThEM TO IMPUT BASED ON THAT OUTPUT BUT STILL SAVING THe VARIABLE FROM THe FIRST IMPUTS (SORRY ABout The CApS)
2 Respuestas
+ 2
You cannot do that in SoloLearn playground. All the input must be handled at once, i.e., you input everything at once on SoloLearn.
You can, however, use a compiler in the computer. You then can do that.