+ 4
Can we read input twice in java coding? Or we can just considered it as a loop?
2 ответов
+ 6
I am guessing you are asking this question because of sololearn's way of handling user input. To minimize bandwidth usage sololearn requests all needed input at the start of the program, although really the amount of input you can gather is infinite and is processed at real time in java. Please tell me if it wasn't what you wanted to know.
+ 2
Thanks bro