Java

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