Instantiate a new object and call its run method
As in earlier lessons, the main method
- instantiates a new object of the class named
Prob01Runner and
- calls the run method on that object.
When the run method returns,
- the main method terminates causing the program to
terminate.