That's right, so you're making some things unnecessarily complicated. For example, when you enter the area you could first calculate the radius and calculate the rest with the radius instead of using those area formulas. If you did that you'd just have to write a function for each input type that calculates the radius, and for the rest each one function that calculates the value using the radius.
I'm going to code a function for each entry ( 4 ), because on each entry, the userInput for each function will be able to calculate the remaining 3 bit's of info.
I'm just not too sure on whether the math was correct. Each site I looked at to learn about this had all the math formula without spaces. And I'm a bit too old to remember stuff like that from school, ahaha!