In this lesson, students learn how to use for loops and while loops in their programs. For loops allow Karel to repeat a specific part of code a fixed number of times, and while loops allow Karel to repeat a specific part of code while a certain condition is true. Additionally, while loops allow students to create general solutions to problems that will work on multiple Karel worlds, rather than just one.
Students will be able to:
These are all the activities included in the lesson