Across
- 1. This looks at the code and ensures it makes sense grammatically
- 5. Java is this type of computer programming language
- 8. The single version of a class; an instant
- 11. Where the user is able to input information using the Scanner class
- 12. The type of brackets used to open/close coding blocks
- 13. Variables cannot change their types once they are declared, making Java ________ typed
- 14. Increases/decreases the value of a variable
Down
- 1. sensitive Legal Identifiers are ____________
- 2. Programmer error where the program does not give the expected outcome
- 3. A variable type expecting a word
- 4. Math.pow will find the value of a number raised to an __________
- 5. The programmer provides the input, and the computer provides the __________
- 6. \t in-line formatting
- 7. % - gives the remainder of a division problem
- 9. A true or false logic statement variable type
- 10. A program that holds variables and a list of functions
