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.
CO558 Autumn Term 2020/2021
We will now update our guessing game so that users can make more than one guess!
Summary:
while
statement.