This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 4: Improving the guessing game

Enriching the guessing game

We will now update our guessing game so that users can make more than one guess!

Summary:

  • I have introduced you to the third main programming building block - “repetition”.
  • We looked specifically at a while statement.