2 lines
295 B
Markdown
2 lines
295 B
Markdown
# 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. |