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