0
Why can't I get my output, what's a wrong with my code?
function main() { var depth = parseInt(readLine(), 10); var caracol= 0 for (caracol = 0; caracol >= depth; caracol++) { if (caracol == depth) { break; } console.log(caracol+7-2); } }
3 Antworten
0
Brother, in the readline, solo learn put me the answer for the input, not me ._., it's the exam for each Module
0
I'll try anyway