Summary
In this chapter, you learned about creating and running your own methods. You created a method, defined the body of the method, worked with the Convert
class, and increased the value of a variable with the GetIncreasedValue
method.
In the next chapter, you will learn how to work with arrays and how to pass them into methods, and also, how to operate in arrays and then return some kind of useful quantity based on the array.