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

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