Java 0-2: Variables, Types, & the Scanner Class

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