Skip to main content

Introduction to Boolean Variables

A variable is used to store a value in a project. A Boolean variable is a special type of variable that stores one of two values - either true or false. In this project, you will create a Boolean variable to store true and false values to track when a green disk has been placed in its drop off location. This allows any other green disks introduced via the Disk Feeder to be diverted off of the Exit Conveyor.

Variables