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