Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/02/2015, 15:01
Avatar de Profesor_Falken
Profesor_Falken
 
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 10 años, 5 meses
Puntos: 182
Respuesta: como obtener un dato tipo char por teclado?

Buenas,

Código Java:
Ver original
  1. char nombreVariable;
  2. System.out.println("Introduzca una letra: ");
  3. nombreVariable = teclado.next().charAt(0);

Un saludo
__________________
If to err is human, then programmers are the most human of us