0 / 60 seg.

Evaluate the Java code for reading user input using Scanner:

Scanner sc = new Scanner(System.in);
int number = sc.nextInt();