Please enable JavaScript to use CodeHS

Intro to Programming with Karel the Dog (Ace)

Lesson 3.4 More Practice with For Loops

Description

This lesson gives students more practice creating and debugging for loops. The for loop allows you to repeat a specific part of code a fixed number of times.


Objective

Students will be able to:

  • Create for loops to repeat code a fixed number of times
  • Debug programs with incorrect for loop usage
  • Explain when a for loop should be used