Guided project - Plan a Petting Zoo Visit

Beginner
Developer
Higher Education Educator
K-12 Educator
Student
.NET
Visual Studio Code

Demonstrate your ability to develop a console app that relies on methods with different parameters and return values to coordinate a visit to the petting zoo.

Learning objectives

  • Plan design details with pseudo-code

  • Use methods to perform specific tasks

  • Create methods that accept require and optional parameters

  • Use values returned from methods

Prerequisites

  • Experience using Visual Studio Code to develop, build, and run C# console applications

  • Experience using C# data types including int, string, and arrays

  • Experience using switch statements, if-else statements, and for loops

  • Experience using the Random class to generate a random number.

  • Basic understanding of C# methods