Do we need to submit a MultNode since the last message said we only need to worry about what is in DoIt.java, and MultNode is not called from there.
Also, the assignment description calls it AddNode and SubNode, DoIt.java call them PlusNode and MinusNode, I'll assume by the previous message, we are to use PlusNode and MinusNode... |