Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 357 Bytes

File metadata and controls

2 lines (2 loc) · 357 Bytes

CODSOFT-java-task-1

Generate a random number within a specified range, such as 1 to 100. 2. Prompt the user to enter their guess for the generated number. 3. Compare the user's guess with the generated number and provide feedback on whether the guess is correct, too high, or too low. 4. Repeat steps 2 and 3 until the user guesses the correct number.