Open Issues Need Help
View All on GitHub Implement Monkey Console Application about 1 month ago
AI Summary: The task involves creating a C# console application that manages monkey species data using an interactive menu. This includes creating a `Monkey` model, a `MonkeyHelper` static class for data management, and a console UI with options to list monkeys, search by name, get a random monkey, and exit. The application should adhere to .NET 9 and C# 13 best practices, including proper exception handling and XML documentation. ASCII art is also required for visual appeal.
Complexity:
3/5
enhancement good first issue