0
What is user input in java
I cannot understand the user input lesson in java
1 Answer
+ 1
User input in Java is used so that the person running the program can input their own characters.
For example. if you wanted the user to submit their own response to a question in your code, you could use user input to get a response from them.