Across
- 3. A way to read in values from a file
- 5. A string data type is an
- 9. Things that need to be at the start and end of every class,method, and loop
- 11. Gets the minimum of 2 integers
- 14. list An array that holds infinite data
- 15. An integer that can hold more data(ex: numbers above 10^6)
- 19. A built in method to check if string are the same, ignoring lower and upper case
- 20. A keyword that allows you to use methods of one class in another
- 21. Returns the character at that numerical position
- 23. Returns the remainder of a number decided by another number
- 24. How to see something in the console
- 25. A way to read in values
- 27. 2’d arrays
- 28. A built in method to check if strings are the same
- 30. A loop that could run infinitely
- 31. data type not native to java
- 32. Returns the absolute value of an integer
- 35. Returns a number to the power of another number
- 36. A sorting method, that looks an one value, and the value directly in front of it
- 37. decimal
- 39. integer
- 40. A loop that includes the keyword “DO”
Down
- 1. another decimal
- 2. Lets other coders see this class
- 4. One of the maps in java
- 6. Things you pass to a method
- 7. Coffee
- 8. Words not recognized by the console
- 10. A keyword ignored in objected oriented programming
- 12. A statement that checks if something is true or false
- 13. Groups of code, that can be extended
- 16. A value that is set by the programmer
- 17. Groups of code inside a class
- 18. When an object is first written in the code
- 22. There are defaults of these
- 23. Gets the maximum of 2 integers
- 26. Sorts an array, using a build in method
- 29. a place to hold objects in different positions
- 33. Returns the length of a string
- 34. True/False
- 37. A loop that’s runs for a given amount of time
- 38. 1’s and 0’s
