Java Programming
Across
- 2. Which data type is used to create a variable that should store text?
- 5. Which loop construct guarantees that the loop body is executed at least once
- 6. What is the size of int variable?
- 7. the purpose of ___________ statement in a loop is to skip the current iteration and move to the next iteration
- 10. Which statement is used to stop a loop?
Down
- 1. A loop that never terminates naturally is called an __________ loop
- 3. What does ! mean in boolean expressions?
- 4. Array Index starts with _______
- 8. Which keyword is used to import a package from the Java API library?
- 9. Which keyword is used to create a class in Java?