Open Issues Need Help
View All on GitHub Education • Software Development
Implement Monkey Console Application 6 months ago
AI Summary: This issue requires the creation of a C# console application named 'MyMonkeyApp' to manage monkey species data. The application will feature a command-line interface (CLI) for listing all monkeys, showing details of a specific monkey, displaying a random monkey, and exiting. It should utilize a `Monkey` model, a `MonkeyHelper` class for data operations, and include ASCII art for visual appeal, with data initially stored in memory.
Complexity:
2/5
enhancement good first issue