Q - Explain what a driver method does.
A - A driver method is nothing more than a method that calls other methods. Remember the example of the ice skater. We created methods to control the left leg and right leg movements. A driver method (skate) would control the calling (or invoking) of those two methods.