2.3.13 How to Pass a Method Return as a Parameter

We can pass method returns into parameters by putting the entire method call inside a call to a method. When doing this we no longer need to define a variable and store the return from the method call in it before sending the variable along as a parameter.