Combining Methods
Learn how to use methods within methods.
We’ve discussed how to define a method and how to call it. What if one method isn’t enough? What if methods need to do more complicated things?
Callings methods from another method
For example, we could rewrite ...