Unit 2 - Lesson 2

Relational Operators & If Statements

The goal of this lesson is to refresh your memory on boolean variables (true/false), boolean operators (&&, ||, !, etc.), if-statements, and extended if-statements (if-else). This lesson also walks through some basic string methods (testing and manipulating strings ... not numbers).

Move on to: Lesson 3