Make Decisions
Use conditional logic to respond to input or data.
We'll cover the following...
In this lesson, your program will think for itself—using if, else if, and else statements to make decisions based on user input or data.
Press + to interact
Goal
You’ll aim to:
Use
if
and ...