Quiz: Make Decisions

Challenge yourself on branching logic with if, else if, and else!

We'll cover the following...

In the last lesson, you gave your program the ability to think and respond using conditions. You wrote if, else if, and else statements, used comparison operators, and made decisions based on user input.

Let’s go through a quick quiz to make sure you're comfortable with conditional logic.