- :
Check Your Understanding:
  1. 1. How do we use an AND logical operator within an If statement?
  2. Type the word AND (all caps) between the conditions
    Type an Ampersand (&) between the two conditions
    Type a double Ampersand (&&) between the two conditions
    Type a Plus sign (+) between the two conditions
  3. 2. An AND condition is true if:
  4. Only when the first condition is true
    Only when all conditions are true
    How far the robot moves
    None of the conditions are true
  5. 3. The limit switch is an analog sensor.
  6. True
    False