- :
Check Your Understanding:
  1. 1. When using an If Statement, when the condition between the parentheses is true:
  2. The commands between the curly braces are run forever
    The commands between the curly braces are run only once
    The commands between the curly braces are skipped over
    The commands between the curly braces are skipped over and then checked again
  3. 2. Only one If Statement is needed to run the arm up and down.
  4. True – When the Up button is pressed the arm moves up and when the Up button is released, the arm moves down
    False – Two If Statements are required. One to move the arm up and one to move the arm down
Boolean Logic Pt 1
Boolean Logic Pt 2