Kaylee’s Java Crossword Puzzle

1234567891011121314151617181920
Across
  1. 3. Used for the human reader to understand and maintain the code in the future. *Not seen by the compiler*
  2. 4. The place where the headquarters of the company that created Java was
  3. 8. Name of inheriting a class and adding more to the program
  4. 10. Sequence of characters
  5. 12. A piece of data that is equal to eight bits
  6. 13. Name of using characters that are for mentioning methods, class, variables, interface, and packages in the program
  7. 14. Has two options that either executes the statement when true or blocks the Boolean expression when false
  8. 15. The name of the company that bought the corporation that created Java
  9. 16. Does not return anything back to the user
  10. 17. A variable used for characters
  11. 18. List of numbers that gets bigger every time you add to it
  12. 19. Swaps a group of numbers into the correct order
Down
  1. 1. Variables that can’t be changed after they’re established
  2. 2. The company that created the programming language Java
  3. 5. Easiest way to format and display a decimal number to look like money
  4. 6. A piece of code that runs when called in the program
  5. 7. A loop that runs at least once
  6. 9. A variable used for numbers
  7. 11. Used in a conditional statement to compare two values or more
  8. 20. A variable used for true or false statements