¿Qué ilustra el siguiente fragmento de código Java?
int numero1 = sc.nextInt();
int numero2 = sc.nextInt();
sc.nextLine();
String texto = sc.nextLine();
¿Qué ilustra el siguiente fragmento de código Java?
int numero1 = sc.nextInt();
int numero2 = sc.nextInt();
sc.nextLine();
String texto = sc.nextLine();