Please enable JavaScript to use CodeHS

Introduction to Java (Latte)

Lesson 1.4 Karel Can't Turn Right

Objective

Students will be able to…
* Teach Karel a new command by creating a turnRight() method
* Utilize the turnRight() method they created to write cleaner, clearer Karel programs
* Explain the difference between defining and calling a method