Computer Science Java

123456789101112131415161718
Across
  1. 4. Primitive types that stores decimal numbers
  2. 5. All output appear on one line
  3. 9. An operation that adds two strings together
  4. 10. Set of code that executes an operation
  5. 11. Integer value falls outside of allowed range
  6. 13. A modified instance of a class
  7. 15. All Java statements end with it
  8. 18. Used to define blocks of code
Down
  1. 1. Serve as building blocks of data manipulation
  2. 2. Value converts from smaller to larger data type
  3. 3. Value converts from larger to smaller data type
  4. 6. Integer
  5. 7. Tells what a particular part of program does
  6. 8. Program instructions
  7. 12. Java Virtual Machine
  8. 14. A blueprint for programmers
  9. 16. Object moves the cursor to a new line
  10. 17. Container that holds information when program runs
  11. 18. Converting from one data type to the next