Explain the two parts to a method, the signature and the body.
• Use the code example on the slide to explain how to create a method that does not return data, but does accept two parameters.
• Explain the purpose of the ref keyword and how you can use it when defining parameter.