Methods: In-depth

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