Java Code Error Help..please
- by Brian
I am getting the following error and do not know how to fix it....any help would be great...Thanks
Exception in thread "main" java.lang.NullPointerException
at Polynomial.add(Polynomial.java:115)
at PolyTest.main(PolyTest.java:18)