Ejercicio 4
This commit is contained in:
@@ -15,5 +15,13 @@ if (edad < 13){
|
||||
} else {
|
||||
console.log(nombre + "Está en la ADULTEZ");
|
||||
}
|
||||
let maximo = 15;
|
||||
let Numero = 1;
|
||||
|
||||
while (numero < maximo) {
|
||||
if (numero % 3 === 0){
|
||||
console.log(numero);
|
||||
}
|
||||
numero++;
|
||||
}
|
||||
// Resolver acá los ejercicios propuestos.
|
||||
|
||||
Reference in New Issue
Block a user