I'm just trying to get through this class, but I'm starting to struggle with basic things. This is the only error I have showing on my "radius = getRadius();" line. I see tons of examples where this works, but for me it doesn't. Please help.
I removed the "double radius" and added "double" to my other functions and now it kinda works. I get prompted to enter the radius 4 times, which I assume is because I have the "getRadius()" function in my other functions. How would I strictly get the inputted radius value into those functions with another prompt?