Answer:
If userGuess < 42:
outcome = "low"
Else If userGuess > 42:
outcome = "high"
Else:
outcome = "exactly right"
Display "Your guess at the number is: " + userGuess + " and the result is " + outcome
9.4m questions
12.2m answers