CODE CREATIVE
GUESSING GAME
A list of expectations
Criteria Points Yes/No
Begins with a prompt welcoming the user, generating a random number, and taking in their input. 2
Uses a branch to give an appropriate response based on the user's input and the random number. 4
Allows the user to continue entering numbers until they guess the correct one. 2
Asks the user the level of difficulty and generates a different random number accordingly. 3
Asks the user if they would like to play again. 3
Completes at least 3 of the additional listed functionalities. 20
Total: 34