Skip to content

Commit

Permalink
Arregla enunciado 02-JS-I
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaGonzalez authored and atralice committed Feb 5, 2021
1 parent a1e3bdc commit 8b42d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 02-JS-I/homework/homework.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ function areaDelTriangulo(base, altura){


function deEuroAdolar(euro){
//Supongamos que 1 euro equivale a 1.20 dólares. Escribe un programa que pida al usuario un número de euros y calcule el cambio en dólares.
//Supongamos que 1 euro equivale a 1.20 dólares. Escribe un programa que reciba
//como parámetro un número de euros y calcule el cambio en dólares.
//Escribe tu código aquí

}
Expand Down

0 comments on commit 8b42d1a

Please sign in to comment.