The driver class

The driver class named Prob13 is shown in Listing 1.

There is nothing new here.

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