<html>
<head>
</head>
<body>
<script type="text/javascript">
var d, r;
d=0; r=0;
d=parseInt(prompt('Dame el número:',''));
r= d%2;
if (r==0)
document.write('El número es par ');
else
document.write('El número es impar ');
</script>
</body>
</html>
No hay comentarios:
Publicar un comentario