+ 3
Java Scanner
Why does it ask for the scanner input before it reveals necessary output form console?
2 ответов
+ 6
because here on sololearn you must enter all inputs that are in you program at the beggining, because console is not interactive. You can try use some IDE to avoid that
0
Does SoloLearn include the ide?