org.aisb.bio.assignments
Class HomeworkB1
java.lang.Object
org.aisb.bio.assignments.HomeworkB1
- public class HomeworkB1
- extends 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
HomeworkB1
public HomeworkB1()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception