Ok, I am in a beginning
java class and cannot figure out this problem. The purpose of this program is to call upon a class (Circle) and compute the radius and area of the circle. when i compile though, i get this following error:
A:\TestCircle.java:12: Incompatible type for method. Can't convert void to char[].
System.out.print(circle1.computeDiameter());
Here is my source code:
For my Circle Class
I really appreciate any form of help. Thank you so much!
-mike-
(edited to format the code - Dave)
[This message has been edited by Dave Vick (edited October 30, 2001).]