Things we have learned:
Questions you should be able to answer after this module:
[Q8.6.1] How would you change the boolean expression below if you wanted this code to have the Angel move to the Egyptian only when the Angel was more than 3 meters away from the Egyptian.
[Q8.6.2] How would you change the boolean expression below if you wanted this code to have the Angel move to the Egyptian only when the Angel was exactly 1 meter in height?
[Q8.6.3] Write an if statement that has an Egyptian say "Hello down there" when he is more than 3 meters tall and otherwise have him say "I want to grow up".
[Q8.6.4] True or false: When a boolean expression controlling an if statement evaluates to false, you do both the code right after the "if" and the code after the "else".
Example: