Please enable JavaScript to use CodeHS

Data Structures in C++

Lesson 1.4 Loops

Description

In this lesson, students will learn to construct and apply for loops and while loops in C++. They will then apply these concepts to real-world problems.


Objective

Students will be able to use and construct for loops and while loops and explain when to use each type.