WARNING: This program has a bug, which means we need to fix it! This program has a logic error.

RULE: If statements will ONLY run as part of loop if the whole block is nested INSIDE the loop.

  • Click Run and watch the stage to see what's wrong.
  • This loop only checks the first value in the list. Move the whole 2nd if block 4 spaces to the right.
  • Debug the program so that the loop runs three times, once for every value in the list.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE