The Number Guessing Game

2026-03-26 22:26:521

View on GitHub

Description

Build a console number guessing game that prompts a player to choose a number between a specified range of numbers. After the user guesses the correct number, display the number of attempts it took them to guess correctly.

Edit Delete