Stage 8: Maze: Conditionals http://bontips.blogspot.com/2010/08/laberintos-britanicos-de-setos.html What is a conditional? What kinds of choices can a bee, artist or zombie make?
Objectives Students will: Compare properties and values using >, =, < symbols Translate spoken language conditional statements into a program Execute an algorithm with a conditional statement Use conditional statements to make logic-based choices Nest conditionals to analyze multiple value conditions using if, else if, else logic Write functions that execute nested conditionals
Example #1 Example: Your goal is to move the Zombie to the plant by giving directions in order using a repeat until block.
Example ( more challenging)
Directions Complete Stage 8: Maze: Conditionals Progress through the levels