Open Issues Need Help
View All on GitHubAI Summary: Implement a new feature to add monkey species to an existing application. This involves creating an `AddMonkey` method, updating the application's menu to include this functionality, prompting the user for monkey details (with input validation), adding the new monkey to the collection, and displaying a confirmation and updated list.
AI Summary: Develop a C# console application to manage monkey species data. The application should allow users to list all monkeys, retrieve details of a specific monkey, select a random monkey, and display ASCII art. The application should utilize a Monkey model class, a static helper class for data management, and follow the repository pattern for data access. Proper C# coding standards, exception handling, and input validation are required.