Things we have learned in this module:
Sample questions you should be able to answer after this module:
[Q9.6.1]: If we wanted to also allow out car to drive toward the pineTree in the car world, how would you modify the if statement condition from section 2?
[Q9.6.2]: How would you write an if statement using a compound boolean expression that does the exact same thing as the code below:
[Q9.6.3]: If I wanted to re-write the following code using one if statement with a compound boolean expression -- would that expression use both/and or either/or/orBoth?