Improving the guessing game
We will now attempt to make the guessing game more user friendly.
Summary:
- I have introduced you to a “two-way selection” block (an
if-else
statement) - Blocks can be nested inside another (composition).
CO558 Autumn Term 2020/2021
We will now attempt to make the guessing game more user friendly.
Summary:
if-else
statement)