More README Work

This commit is contained in:
2022-12-17 16:15:53 -05:00
parent 05392f945b
commit 0f49a82db7
9 changed files with 237 additions and 2 deletions

View File

@@ -1 +1,2 @@
# 6 - While Loops, Break/Continue, and Loop Translation - Challenge
Write a program that generates a random number, and repeatedly asks the user to guess the number, telling them if they're too low, too high, or if they guess correctly. The program should end once they guess the correct number.