We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34d334 commit ba51ebbCopy full SHA for ba51ebb
Exercise10.cpp
@@ -0,0 +1,3 @@
1
+//Title: Game Number Guessing
2
+//Description: Write a program that generates a random number between 1 and 100 and asks the user to guess the number.
3
+//Provide feedback to the user (e.g., "Too high" or "Too low") until they guess the correct number.
0 commit comments