- 6
How you use Scanner (Get Input User)?
It a challenge, how?
1 Answer
- 6
Import java.util.Scanner;
public program {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
System.out.printIn(sc.nextLine());
}
}
It a challenge, how?