Java Programming

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