Loading…
Notes for C3. Coding.
No questions are loaded for this topic yet.
- 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, …