0
User input with java?
How do I get Java to request an input from the user and then read it?
4 ответов
+ 3
java.util.Scanner
class program {
public class main(String [] args){
Scanner Input = new Scanner(Scan)
System.out.println(Scan.Scanner());
}
}
+ 1
You can visit the code!! From the Code you can learn how to get input from user!!
https://code.sololearn.com/cu2U34kzvZpr/?ref=app
+ 1
Thank you!