So you want to check if a number numero is divisible by x . The modulo operator can help. Try this: function solucao(numero, x){ if (numero ...
確定! 回上一頁