+ 3
Scanner uses
3 ответов
+ 5
Scanner words = new Scanner(System.in);
String name = words.nextLine();
Scanner nums = new Scanner(System.in);
int age = nums.nextInt();
Not sure of the question
0
it is java class use for read input from user.
0
https://code.sololearn.com/cRd6Isg28XRX/?ref=app see this code