Please enable JavaScript to use CodeHS

Introduction to Java (Latte)

Lesson 1.13 Control Structures Example

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