Please enable JavaScript to use CodeHS

Washington Foundations of Computer Science

Lesson 2.14 Control Structures Example

Description

In this lesson, students learn how to combine and incorporate the different control structures they’ve learned to create more complex programs.


Objective

Students will be able to:

  • Identify the different control structures we can use to modify the flow of control through a program
  • Combine control structures to solve complicated problems
  • Choose the proper control structure for a given problem