Loops Lesson 6
Loop Debugger Practice
Students learn how to test a loop when it repeats too few or too many times.
Order the loop-debugging recipe.
Click the cards in the order a programmer uses to find a repeat-count bug.
My debugging recipe
- Choose a loop-debugging step to start.
Practice feedback will show here.
Loop-debugging recipe ready.
You can test a loop by comparing what should happen with what did happen.
Start Loop Debugger