Java grammar :)

123456789101112131415161718
Across
  1. 4. what tells something to not return a value
  2. 6. what kind of program is used to write and run code
  3. 7. what do we call a named object with a value in java
  4. 8. what is used to make a variable belong to a class rather than itself
  5. 9. what kind of program allows us to make programs in java
  6. 10. what kind of error occurs as a result of human error
  7. 13. what is the first letter of any identifier in java
  8. 15. what error occurs when improper coding grammar is used
  9. 16. what is the original code that you wrote for a program called
  10. 18. what kind of programming does java use
Down
  1. 1. what high level programming language are we learning
  2. 2. what does the computer use to execute commands
  3. 3. what id used to group together like methods in java
  4. 5. what is the term used for when a class takes properties from another class
  5. 7. what is used to pass information to a function in java
  6. 11. what are coding languages used to create
  7. 12. what do we call functions in java
  8. 14. what is a member of a class called in java
  9. 17. what is the process of removing errors from your code called