Across
- 4. the method body begins and ends with these
- 7. return type = text
- 8. return type of either true or false
- 9. the method that gets each and every Java program up and running
- 10. code that invokes a method
- 12. used to enclose the parameter list
- 14. type of CamelCase used in naming a method
Down
- 1. return type = number with decimal places shown
- 2. used to separate parameters
- 3. return type = number
- 5. information that is passed to a method
- 6. for example: public, private, protected
- 7. number of components in method declarations
- 11. keyword used to ensure that a method produces something
- 13. if the method does not return a value
