Java Programming Crossword

123456789101112131415
Across
  1. 1. : Used to create objects
  2. 4. : Prints to console
  3. 6. : Reads user input
  4. 7. : No return type
  5. 9. : Used to declare a class
  6. 12. : Declares class-level methods/variables
  7. 13. : Scanner method to read string
  8. 14. : Used to bring other packages into scope
  9. 15. : Output stream
Down
  1. 2. : Inherits from a superclass
  2. 3. : Main method arguments
  3. 5. : 32-bit floating point
  4. 8. : 64-bit floating point
  5. 10. : A text variable
  6. 11. : Java system class
  7. 13. : Scanner method to read integer