The driver class named Prob12

The driver class is shown in Listing 3.

There is nothing new here.

Listing 3. The driver class for Prob12.
public class Prob12{
  public static void main(String[] args){
    new Prob12Runner();
  }//end main method
}//end class Prob12
File: ao.htm [Next] [Prev]