02/12/2014, 03:09
|
| | | Fecha de Ingreso: agosto-2014 Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 10 años, 5 meses Puntos: 182 | |
Respuesta: Hacer Constructor
Código Java:
Ver originalpublic Ahorcado (String palabraSecreta ) { this.secreta = palabraSecreta; char[] array = new char[this.secreta.length]; this. oculta = new String(array ); this.fallos = 0; }
Un saludo
__________________ If to err is human, then programmers are the most human of us |