Across
- 2. Has states and behaviors
- 4. List of Lists
- 5. Random Access Memory
- 8. Integer with decimals
- 9. Used similarly to if, Uses cases
- 10. Returns the value from a method
- 11. A method with same name as the class where you set variables
- 13. indicates a variable that doesn’t refer to an actual object
- 14. A loop using for
- 15. A name for coffee which this coding system is named after
- 18. A Loop that’s inside a loop
- 20. A type of loop using while
- 22. used to search for a particular value
- 23. Prints out anything you put in it.
- 24. This word spelled backwards is citats.
- 25. If one variable is true in a group of 2, then the whole thing is true
- 27. Do while loops don’t test the condition that stops the loop until after the statements in the loop has executed.
- 30. Used to connect a class to another.
- 31. Variable type that stores integers
- 32. To sort variables
- 33. Short for a character
- 34. List of values connected to one variable
- 35. Integer that only contains 7 decimal points.
- 36. Defined as a template
Down
- 1. Build off the concept of objects.
- 3. Variable type that only contains true or false
- 6. Normally the first method you learn about.
- 7. A block of code that when called does a specific action
- 9. Variable type that stores strings
- 12. Arrays are passed by _______ .
- 16. Used when a method doesn’t return anything
- 17. used to call main class.
- 18. If statements in an If Statement
- 19. Lets the class be called from other classes.
- 21. This game is made entirely of java.
- 23. A access specifier meaning that it can only be accessed by the methods of the same class.
- 26. Is where the class starts running
- 28. Is sued to contain info
- 29. to Declare something
