Thinking in steps
Before they type, they can say what happens first, next, and if something goes wrong.
- Break a task into ordered steps
- Spot a loop that never stops
- Write those steps in English or Arabic, then as code
They make: A tiny quiz or maze with a start, a choice, and an end.