Boolean Expressions

1234567891011121314
Across
  1. 5. the boolean value represented by 0
  2. 6. the boolean value represented by 1
  3. 7. represented by !
  4. 9. represented by &&
  5. 10. used when a preceding if statement(s) are false
  6. 11. represented by ||
  7. 12. a combination of variables to represent one value
  8. 13. the diagram created to determine values of a boolean expression
  9. 14. examples are && and ||
Down
  1. 1. a primitive type with true or false value
  2. 2. where the boolean expression of an if statement can be found
  3. 3. an expression used to determine whether a part of code will run
  4. 4. int's, Strings, and booleans are types of these
  5. 8. a statement or value that must be met