Thursday, August 11, 2011

Java Error- cannot find symbol (method)?

When you have non-static functions, you have to access them through an object. So, create an object of type RomanNumber and then invoke the convert method on it.

No comments:

Post a Comment