Java Methods, 6th Grade, Nov 19th

123456789101112131415
Across
  1. 3. Use this when you need to store decimal-point values
  2. 7. Do this to activate a method
  3. 8. A list of instructions that be activated
  4. 11. Keyword that sends back an output from a method
  5. 13. Place input inside these
  6. 14. System.out._____ always adds a newline to its termianl output
  7. 15. Type of variable or constant that stores whole numbers
Down
  1. 1. What the escape sequence \n represents
  2. 2. The topmost line of a method definition
  3. 4. The part of a method that goes inside curly braces { }
  4. 5. Special variable that accepts an input argument
  5. 6. Data type that can only be true or false
  6. 9. Keywords int and double are examples of ____ data types.
  7. 10. Data type that represents text
  8. 12. Keyword used for return type when a method is a command, not a question.