Open Issues Need Help
View All on GitHub Implement Monkey Console Application about 10 hours ago
AI Summary: This issue requests the creation of a C# console application named `MyMonkeyApp` to manage monkey species data. The application should provide an interactive command-line interface with commands to list all monkeys, show details for a specific monkey by name, display a random monkey, and exit. It requires a `Monkey` model, a `MonkeyHelper` class for data retrieval (using in-memory data), and the inclusion of ASCII art for visual appeal.
Complexity:
2/5
enhancement good first issue