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