Quiz: Make Decisions
Challenge yourself on branching logic with if, else if, and else!
We'll cover the following...
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
...