makecode with makecode
Across
- 3. A quantity that stores changing data in a program.
- 5. A loop that runs commands continuously without stopping.
- 8. Used to repeat instructions to make code concise and efficient.
- 9. A type of statement where the result depends on a condition being true.
Down
- 1. A coding platform used to build games with block-based coding.
- 2. A type of loop that runs commands a fixed number of times.
- 4. Operators used to compare values, like > or ==.
- 6. Symbols used for calculations and comparisons.
- 7. Operators used to combine or modify conditions (e.g., AND, OR, NOT).