This is a guided project from Microsoft Learn - Create methods in C# console applications (Get started with C#, Part 5)
This project is to create reusable method, for planning school visit to zoo.
There is no user input required in this project.
Please navigate to Program.cs and run it.
This repository requires .NET runtime installed in the local environment to run it.
Please download the zip file of this repository or use git clone command with the URL to clone it to your drive. Go to the targeted folder, you can either run it in your terminal or open with your preferred IDE (for example Viscual Studio / Visual Studio Code). If you want to run it in the terminal, use dotnet run to build and run it. If you want to run it inside your preferred IDE, like Visual Studio, you can navigate yourself to debug in the top menu bar, and click start debugging.
Please go to the link below which leads you back to Microsoft, follow the instructions and install .NET in your computer.