Zebra0.com

java booleanJava

Java

Learn Java in step-by-step lessons.

Boolean Expressions

Sometimes a programmer would like one statement, or group of statements to execute only if certain conditions are true. There may be a different statement, or group of statements that are to be executed when the condition is false. An expression that can be evaluated to true or false is called a Boolean expression. (Named after a mathematician named Boole.)

Please study the material at each of the links below.

  1. Boolean operators

  2. Boolean Expressions

  3. Drill on Boolean expressions

  4. Logical operators: &&, ||

  5. Rats in a maze

GlossaryGlossary for boolean lesson
Full Glossary