Tuesday, August 9, 2011

Java Geometry program keep getting errors with my switch case statement and my methods used to return?

You're trying to define a method inside another method. You can't do that. Each method needs to be defined separately.

No comments:

Post a Comment