In this video we begin wading into the topic of methods by creating a helper method to break out code we may need to use in multiple places within our code. We'll create and call our methods to retrieve a value, create and use input parameters, learn about string formatting, and create overloaded versions of our method.
Download the source code for Creating and Calling Simple...
