Beginning of the class named Prob01Runner

The class named Prob01Runner begins in Listing 2.

Listing 2. Beginning of the class named Prob01Runner.

class Prob01Runner{ 
  public Prob01Runner(){ 
    System.out.println("Display your name here."); 
  }//end constructor

Listing 2 shows the constructor for the class,

File: ak.htm [Next] [Prev]