In this exercise, you are playing a number guessing game with a friend. The rules are simple: you secretly choose a number between 1
and 100
and your friend tries to guess what number you've chosen. To help your friend, you respond differently depending on how close the guess was to the number you've chosen (42
). These are the rules for the different replies:
42
: "Correct"41
or 43
: "So close"41
: "Too low"43
: "Too high"These are example tasks that fit the number guessing game exercise: