first
This commit is contained in:
6
ch2.md
Normal file
6
ch2.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
Implement a classic beginner programming problem: a guessing game.
|
||||
- [ ] generate a random integer between 1 and 100
|
||||
- [ ] prompt the player to enter a guess
|
||||
- [ ] after a guess is entered, indicate whether the guess is too low or too high
|
||||
- [ ] elseif the guess is correct, print a congratulatory message and exit
|
||||
Reference in New Issue
Block a user