blekione
Resultados
1
preguntas formuladas por
blekione
¿El escáner se salta nextLine() después de usar next() o nextFoo()?
25
respuestas
957
votos
857.7k
vistas
Estoy usando los Scannermétodos nextInt()y nextLine()para leer entradas. Se parece a esto: System.out.println("Enter numerical value"); int option; option = input.nextInt(); // Read numerical value from input System.out.println("Enter 1st string"); String