Boolean Variables Problems
Intro to Boolean Variables
Boolean variables follow the same basic format type variableName = value
. For boolean variables this means their type is boolean and their value is either true or false.
Read through the blocks in the tray. Then use only the blocks in the tray to build a program that declares two boolean variables and displays the values of each.
This program should show the following:
false
true