Java Basics

12345678910111213
Across
  1. 2. Stores whole numbers (e.g., 10, -25)
  2. 3. Stores numbers from -32768 to 32767
  3. 4. Allows access from anywhere
  4. 6. Represents a true or false expression
  5. 7. Compiles Java source code
  6. 9. Increases a variable by one
  7. 12. Stores decimal numbers with higher precision
Down
  1. 1. Prints output on a new line
  2. 3. Reads input from the keyboard
  3. 5. Intermediate code produced by the compiler
  4. 8. Terminates the loop immediately
  5. 10. Calculates the remainder of a division
  6. 11. Optional block executed when no condition is true
  7. 13. Package needed for Scanner