makecode with makecode

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