diff --git a/1/LMSGI/PromedioNotas/promedio-notas.html b/1/LMSGI/PromedioNotas/promedio-notas.html index 8104057..a2feed2 100644 --- a/1/LMSGI/PromedioNotas/promedio-notas.html +++ b/1/LMSGI/PromedioNotas/promedio-notas.html @@ -9,20 +9,21 @@ var notaLMSGI = parseInt(document.getElementById("notaLMSGI").value); var notaGBD = parseInt(document.getElementById("notaGBD").value); var avg = (notaISO + notaLMSGI + notaGBD)/3; - alert("La nota media es " + avg); + document.getElementById("result").innerHTML = "

Resultado: " + avg + "

"; }

Calculadora Promedio Notas

-
+





- +
+