Skip to content

Commit ba51ebb

Browse files
authored
Create Exercise10.cpp
1 parent d34d334 commit ba51ebb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exercise10.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)