Code Crew G3 / Week 03 / Crew Quest
6/6
Week 03 · Conditionals

Crew Quest

// If this, then that

Week 3 Recap

  1. IF / ELSE lets a program decide.
  2. DECISION TREE = IF / ELSE drawn as a picture.
  3. An IF can live INSIDE another IF (nested).
Try This Without Paper
1. Make a 'house rule' as an IF: IF dishes in the sink → put one away.
2. Play Simon Says; Simon's commands are giant IFs.
3. With a friend: one says IF, the other answers THEN.

Coming up next…

Week 4: VARIABLES. Boxes that hold things you can change.

← Friday