The driver class

The driver class is shown in Listing 2.

There is nothing new in Listing 2.

Listing 2. The driver class.
public class Prob11{
  public static void main(String[] args){
    new Prob11Runner();
  }//end main method
}//end class Prob11
File: an.htm [Next] [Prev]