/***********************************************
 * Description of this class
 *
 * @author - your name here
 * @version - V? - date
 ************************************************/
 /*
 /  References and Ackknowledgements: I have recieved
 /  no help on this programming assignment
 /
 /***********************************************/
public class Template // change me
{
	/********************************************
	 * description of this method
	 *
	 * @param argName argDescription
	 *********************************************/
	public static void main(String args[])
	{
		// Declarations
		
		// Action code	
	}
}  
  