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