28/10/2018, 06:50
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 4 meses Puntos: 188 | |
Respuesta: validacion de string mediante loop public boolean ValidarLongitud(String passw) {
if (passw == null) {
return false;
} else {
return passw.length() == 8;
}
}
__________________ if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
} |