0
can someone explain the code me plz
function main() { var depth = parseInt(readLine(), 10); //your code goes here i = 0; for (; depth > 0;) { i++; depth -= 7 if (depth > 0) { depth += 2 } } console.log(i); }
1 Answer
0
There is no need to clutter the Q&A with duplicate questions.
https://www.sololearn.com/Discuss/3102687/?ref=app