3.2 The boolean Data Type - Tom Kleen

3.2 The boolean Data Type. Most of the time when you deal with Booleans in a program, you are dealing with Boolean expressions. However, there are times when you want to save the value of a Boolean expression. In those cases, you will have to declare a boolean variable. Like this: boolean lightsOn = true; Summary of Relational Operators. ................
................