Coding
- Write and run programs that use ordered steps and loops.
- Add conditional statements — "if this is true, then do that" — so a program can make choices.
- Read, trace, and debug code to find and fix errors.
Conditions let a program respond to its situation, the same way you change plans when the weather changes.