0

What is user input in java?

5th Aug 2018, 9:03 AM
Ama F'do
Ama F'do - avatar
3 ответов
+ 2
Import java.util.*; //main String userInput = "Your Input"; Scanner read = new Scanner(userInput); System.out.print(read.nextLine());
5th Aug 2018, 10:32 AM
D_Stark
D_Stark - avatar
0
User Input is a stuff you to interact with users. For example, your program has 9 task, and you can give users a chance them to choose what task your program will do. Shortly, its used to interact with users. Edit: (I don't know java, so I didn't say something about the syntax.)
5th Aug 2018, 9:15 AM
Mustafa K.
Mustafa K. - avatar
0
can you be more specific do you want how to obtain user input or just the concept of user input?
5th Aug 2018, 10:31 AM
StealthyTaco
StealthyTaco - avatar