Tema: Char
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/05/2005, 13:29
tomili
 
Fecha de Ingreso: diciembre-2002
Ubicación: arequipa
Mensajes: 114
Antigüedad: 22 años, 2 meses
Puntos: 0
Char

Quiero igualar un char a lo q ingreso de teclado pero me sale un error

class cha extends Program{
void run(){
char nextChar;
nextChar = readChar();
}

}
no se q pueda estar haciendo mal.