Lesson 1
How to Talk to the Computer
Chapter 3: Designing a guessing game
Designing an algorithm for the guessing game
We will now try to design an algorithm for the guessing game.
Summary:
- You design your algorithm (on paper!) after understanding the problem.
- I have introduced two “basic building blocks” of programming in this video:
- Simple statement
- Selection