/*
  Name: 
  Assignment: 
  File: 
  Problem description:
  
  
  
  How I solved this problem/Assumptions/Difficulties/etc.:
  
  
  
  CSC120B - Berry College - Spring 2005
*/


public class GenericClass {
  
  public static void main( String[] args ) {

    // ... fill in statements here ...

  } // end main method
  
} // end class
