What does the following Java code snippet illustrate?
int number1 = sc.nextInt();
int number2 = sc.nextInt();
sc.nextLine();
String text = sc.nextLine();
What does the following Java code snippet illustrate?
int number1 = sc.nextInt();
int number2 = sc.nextInt();
sc.nextLine();
String text = sc.nextLine();