Please enable JavaScript to use CodeHS

Data Structures in C++

Lesson 1.3 Conditional Statements

Description

In this lesson, students will learn different C++ syntax used to compare two variables, use logical operators such as and, or, and not, and apply these to conditional statements.


Objective

Students will be able to use logical and comparison operators and apply them within the context of conditional statements (if/else statements).