Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 3.1 Boolean Expressions and if Statements

Description

In this lesson, students will learn about Boolean expressions and relational operators. Relational Operators are constructs in programming that allow for the comparison of the values of two expressions. This lesson corresponds with AP Computer Science A topic 3.1.


Objective

Students will be able to:

  • Evaluate Boolean expressions that use relational operators in program code