+ 4
Input in java
I want to take multiple input in between my running java program. But problem is you can take input from user only once during start of the program. can anyone help?
4 Answers
+ 2
clear your question
+ 2
try it on your personal machine
+ 2
Shobhit I ran it on cmd, it worked without any bug. If I run that code in sololearn you will have to execute that program again and again to give some input. It is basic number game written in java.