Java 2

123456789101112131415
Across
  1. 1. follows // and is for other humans to explain the program
  2. 5. loops that stop when the condition is false
  3. 6. follows an if statement if none of the if and else if conditions work
  4. 7. expressions that give a true or false result
  5. 9. process of finding and fixing errors
  6. 10. person who writes computer programs
  7. 11. specific data values in holding areas
  8. 13. logical operator thats only true when all conditions are true
  9. 14. you write this to take string input
  10. 15. keyword used to make variables a constant
Down
  1. 2. statement used to print characters on the same line
  2. 3. you write this for integer input
  3. 4. function that checks if two strings are same but ignores case
  4. 8. losing data when changing types
  5. 12. keyword X is for space, this is used to check conditions after if and before else