0 / 60 seg.

What does the following Java code snippet illustrate?

int number1 = sc.nextInt();
int number2 = sc.nextInt();
sc.nextLine();
String text = sc.nextLine();