Listing 2. Beginning of the class named Prob01Runner.
class Prob01Runner{ 
  //Instantiate the World and Turtle objects. 
  private World mars = new World(300,274); 
    private Turtle joe = new Turtle(mars); 
  private Turtle sue = new Turtle(mars);