Students will be able to…
* Use conditions to gather information about Karel’s world (is the front clear, is Karel facing north, etc)
* Create if statements to only execute code if a certain condition is true
Las declaraciones if y if/else permiten a Karel manejar distintos tipos de mundos y nos permiten resolver problemas más generales.
Students will be able to understand when to execute code if a condition is true or otherwise