Build a whole programIntro
Programming foundations · lesson 7 · the capstone
Blank page to whole program.
Here is a secret about today: there is no new syntax in this lesson. Not one new word. Variables, if/else, loops, dictionaries, you already own every single line we are about to write. The only new skill is stacking them, and that is a thinking skill, not a typing one.
The job: a teacher hands you the class marks and wants a report. Pass or fail for each student, how many passed, and who topped the class.
You already know every line of this.
Tap Start.
Quick, honest: how does this feel right now?