Java

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