Please enable JavaScript to use CodeHS

Indiana Principles of Computing

Lesson 10.7 For Loop Practice

Description

In this lesson, students will learn how to create for loops to solve increasingly challenging problems by using nested for loops and branching control structures.


Objective

Students will be able to…

  • Explain the purpose of for loops
  • Create for loops to solve increasingly challenging problems
  • Create nested for loops