Open Issues Need Help
View All on GitHubAI Summary: Create a C# console application that interacts with a list of monkeys. The app should display all monkeys, show details of a specific monkey by name, select a random monkey, and include ASCII art. The application should use a provided Monkey model class and separate business logic from the console UI. Error handling and input validation are required.
AI Summary: Create a C# console application that manages a list of monkeys. The application should allow users to list all monkeys, retrieve details by name, select a random monkey, and include ASCII art. The application must use a Monkey model class, a static helper class for data management, and adhere to C# 13 and .NET 9 standards with XML documentation.