...

/

Make Decisions

Make Decisions

Use conditional logic to respond to input or data.

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 ...