Help with homework...

ascendantofrain

Solid State Member
Messages
10
Hey guys...I was wondering if I could find some help with regards to my homework problem I am having....I have the whole program coded except there are two little annoying errors that I keep getting...

Code:
VerheyenCh3Ex8.java:22: cannot find symbol
symbol  : class Circle
location: class VerheyenCh3Ex8
		Circle circleObject = new Circle(radius);
		^
VerheyenCh3Ex8.java:22: cannot find symbol
symbol  : class Circle
location: class VerheyenCh3Ex8
		Circle circleObject = new Circle(radius);
		                          ^
2 errors

Can anybody help me to debug this problem so I can get my program running and turned in?
 
Back
Top Bottom