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