This is a console-based lottery game implemented in C#.
It allows the user to pick numbers and checks matches using Binary Search.
- User selects numbers within a valid range.
- Random numbers are generated and displayed.
- Matches are checked using Binary Search.
- Open the project in Visual Studio.
- Build and run the project (
Ctrl + F5
).
- C#
- .NET