Please enable JavaScript to use CodeHS

FTCE CS Exam Prep

Lesson 2.4 Karel Can't Turn Right

Description

Students will learn how they can create their own commands for Karel by calling and defining methods. Methods allow programmers to create and reuse new commands that make code more readable and scalable.


Objective

Students will be able to…

  • Define a method, and successfully implement methods in their code.
  • Teach Karel a new command by creating a turnRight() method