In this project, you will learn about methods. Methods are also called functions in C#. They are used to segment your scripts into modular, self-contained, and reusable bundles.
Project Objective
By the end of this project, you will be able to:
Understand the syntax and uses of methods
Use parameters to input variables into a method
Use return values to output the outcome of a method