When you hand in the jar archive, please include the following files...
FloatNode.java MultNode.java DivNode.java PlusNode.java MinusNode.java (optional) OperatorNode.java
If you include Node.java or DoIt.java they will be over-written by our versions so do not include them. If you have included them already, don't worry about it. Your implementation of MultNode will be tested!
In terms of grading, 40 points will be assigned for correctness, ie it works... and 20 points will be assigned for style, ie comments, appropriate variable names, using OperatorNode as an abstract interface. If you have neglected any of these factors, please make the appropriate changes and handin again... |