Please enable JavaScript to use CodeHS

Introduction to Java (Latte)

Lesson 1.10 While Loops in Karel

Objective

Students will be able to…
* Explain the purpose of a while loop
* Create while loops to repeat code while a condition is true
* Utilize while loops to solve new types of problems
* Test their solutions on different Karel worlds