Across
- 2. The blueprint for an object
- 4. Ends each statement in a Java program
- 7. What goes before the parameter list (String [ ] args) in the header of our first method
- 8. The keyword used with a constructor call for Objects only
- 11. A block of code used to initialize an Object
- 14. call How you access a method in Java
- 15. A text value surrounded with quotation marks
- 18. Used to send information to methods and constructors
- 19. The built in method for calculating the absolute value
- 20. A value (String, int, boolean, or double) used directly in the code
- 24. The primitive data type to hold true or false values
- 25. Console input from the keyboard
- 26. Used to store a value or reference in Java code
- 28. The object data type to hold text information
- 29. The primitive data type to hold counting numbers
- 30. The percent sign operator
Down
- 1. The fancy name for the = sign
- 3. Console output that ends on the same line
- 5. The name of the first method
- 6. Used to read text values. Initialized with a parameter to name the source
- 9. call What goes after the new keyword when initializing an object.
- 10. The built in method for calculating exponents
- 11. The process to convert Java to byte code
- 12. The primitive data type to hold numbers with a decimal
- 13. Console output that ends on the next line
- 16. Used to calculate arithmetic or boolean logic
- 17. A block of code that represents some action
- 21. All created data types in Java
- 22. simple values in java like numbers and true/false
- 23. The built in method for calculating a square root
- 27. What is returned when using % between two numbers eg (42 % 5)
