0

What is user input in java

I cannot understand the user input lesson in java

10th Jan 2018, 12:42 PM
Suraj Suman
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.
10th Jan 2018, 1:33 PM
Jacob Garcia
Jacob Garcia - avatar