org.aisb.bio.assignments
Class HomeworkB1

java.lang.Object
  extended byorg.aisb.bio.assignments.HomeworkB1

public class HomeworkB1
extends java.lang.Object

This class implements the exact behavior called for in assignment one. Each assignment will get its own class of this sort, so they can all be contained within the same JAR file. This makes it much easier to manage the source code and reuse useful code. At least, that's the intent.

Author:
Doug DeJulio

Constructor Summary
HomeworkB1()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeworkB1

public HomeworkB1()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception