Challenge: Detect Infinite Loop
Swipe to start coding
You are given a loop that is intended to print the numbers from 1 to 5. However, the loop contains a logic error that causes it to run infinitely. Your task is to correct the loop so it prints each number from 1 to 5 exactly once.
- The function must ensure that the loop variable progresses so the loop eventually terminates.
- The function must print the numbers 1 through 5, each on a separate line.
Solución
¡Gracias por tus comentarios!
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Awesome!
Completion rate improved to 5.56
Challenge: Detect Infinite Loop
Desliza para mostrar el menú
Swipe to start coding
You are given a loop that is intended to print the numbers from 1 to 5. However, the loop contains a logic error that causes it to run infinitely. Your task is to correct the loop so it prints each number from 1 to 5 exactly once.
- The function must ensure that the loop variable progresses so the loop eventually terminates.
- The function must print the numbers 1 through 5, each on a separate line.
Solución
¡Gracias por tus comentarios!
single