Please enable JavaScript to use CodeHS

Fundamentals of Cybersecurity

Lesson 13.4 Branching

Description

In this lesson, students learn about an additional control structure, if/else statements. If/else statements let students do one thing if a condition is true, and something else otherwise.


Objective

Students will be able to:

  • Explain the purpose of an If/Else statement
  • Create If/Else statements to solve new types of problems