Note the parameter values

Display Listing 2.

Note the values that are passed to the method named closeOrderDrill each time it is called. 

In the previous program, there was only one required parameter and it was the name of the object.

As before, the method is called six times in succession, once for each member of the drill team.

In this case, two additional parameter values must be passed to the method each time it is called.