Across
- 3. logical design that controls order in which set of statements execute
- 5. a syntactic entity in a programming language that may be evaluated to determine its value.
- 7. Actions thatcan be conditionally executed
Down
- 1. a program that can analyse and execute a program line by line
- 2. expression tested by if statement to determine if it is true or false
- 4. can be compared using the == and != operators
- 6. First line in the if statement known as the
- 8. variable that signals when some condition exists in a program
