We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLUCAO.
let lines = gets().split('\n')
let N = parseInt(lines.shift());
//complete o código x = N; for (i = 0; i <= x; ++i) { if (i % 2 == 1) { print( i ); }
}
The text was updated successfully, but these errors were encountered:
opa, não entendi? quer algo?
Sorry, something went wrong.
Pra voce add no codigo do java dos desafios da Dio.
Nesse codigo que voce postou > https://github.com/Pleiterson/desafios-bootcamps-dio/blob/master/Java/Solucionando%20problemas%20b%C3%A1sicos%20em%20Java/NumerosImpares.java
Tambem tem uma versao como eu coloquei nos prints. Coloquei tambem o codigo da solucao.
No branches or pull requests
SOLUCAO.
let lines = gets().split('\n')
let N = parseInt(lines.shift());
//complete o código
x = N;
for (i = 0; i <= x; ++i) {
if (i % 2 == 1) {
print( i );
}
}
The text was updated successfully, but these errors were encountered: