I want to write an algorithm, in JAVASCRIPT, that reads an N numbers and adds only the even numbers
var n1, n2, n3, soma;
n1 = parseInt(prompt("Digite o 1º Número :"));
n2 = parseInt(prompt("Digite o 2º Número :"));
n3 = parseInt(prompt("Digit...
asked by
14.09.2017 / 22:35