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