Please enable JavaScript to use CodeHS

Creative Computing (HS)

Lesson 2.11 If/Else Statements

Description

If and if/else statements allow Karel to handle different types of worlds and allow us to solve more general problems.


Objective

Students will be able to:

  • Explain the purpose of an If/Else statement
  • Create If/Else statements to solve new types of problems
  • Identify when an If/Else statement is appropriate to be used