1. What does the If/Else Conditional Block allow you to do?
2. True or False: When the robot reaches an If/Else Conditional Block it makes a decision.
3. True or False: The else branch of an If/Else Conditional Block gets its own condition.
4. When does the code under the if branch of the If/Else Conditional Block run?
When does the code under the else branch run?
Try It!
Try it! 1
LED Feedback
Program the Touch LED to output yellow when the robot is
moving forward based on the VEX IQ Controller button press,
and blue when the robot is being driven by the VEX IQ Controller joysticks.
Try it!