In the assignment message it told us to create: AddNode.java, SubNode.java, DivNode.java, and MultNode.java.
Then in DoIt.jar, it references PlusNode.java, Minus.java and doesn't reference anything that looks like multiplication.
I'd imagine this would be important for testing unless DoIt.jar is going to be the only test program. |