Across
- 2. Used to declare a statement if requirements are not met
- 7. Used to declare a variable that can store a word
- 8. Restricts attributes to be accessed outside the class
- 9. Used to declare a variable that can store an integer
- 11. Allows attributes to be accessed outside of the class
- 15. Data that holds 2 values, “True”, and “False”
- 17. Return a value from the method
- 18. Another name for Java
- 19. A function that initialize the variables in the class
Down
- 1. Used to inherit properties of a class
- 3. A value that is passed to the method
- 4. A number in base 2 numeral system
- 5. A named value
- 6. Used in if statement
- 10. Creates variables that can be used by itself
- 12. Used to declare a variable that can store a single character
- 13. Named after coffee
- 14. A program that can take in data or return a value
- 16. A template to write programs
