Lesson 12: Conditionals
Lesson Summary
Students are introduced to conditionals and how they work within algorithms. They remix the sample project to add more information and utilize conditional blocks.
Lesson Goals
- Students will define circumstances when certain parts of a program should run and when they shouldn’t.
- Students will learn to determine whether a conditional is met based on criteria.
- Students will practice implementing planned modifications from their algorithms.