Java Basics
Across
- 4. Item that is used to repeat a segment of code over and over again.
- 5. Name of this symbol %
- 6. Type of loop that only contains a condition.
- 7. Datatype used to store either true or false.
- 9. The command used to get a decimal number inputted from the user.
- 10. The program we use to create Java programs.
- 13. These are used to surround conditions for ifs, fors, and whiles.
- 15. The item used to get input from the user.
- 17. Conditional used to do something once if a condition is true.
- 20. Programming Language
- 21. Datatype used to store 0 or more letters, numbers, or symbols.
- 22. The command used to output something and then move to the next line.
- 24. The command used to get letters, numbers, or symbols inputted from the user.
Down
- 1. This symbol is used at the end of all statements.
- 2. Datatype used to store decimal numbers.
- 3. Part of code that evaluates to true or false (x > 10).
- 8. The command used to output something, remaining on the same line after printing.
- 10. Conditional used when all the other connected conditions are false.
- 11. Name for these symbols ||
- 12. The command used to get a whole number inputted from the user.
- 14. Name for these symbols &&
- 16. Datatype used to store a single letter, number, or symbol.
- 18. Type of loop that usually has a start, condition, and increment/decrement included.
- 19. The method where all programs begin.
- 23. Datatype used to store only whole numbers.