Methods serve as engines that can process things for you and give you results that you can work with. Like any engine, you need to provide it something to work with.
Methods provide input and output capabilities. Input values are defined in the method definition, and output values are sent out using the return statement.