Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
Calculating circles
Write a function that takes the radius of a circle and returns the area and the circumference
Experts: Implement the circle as a structure and PI as an enum. But don’t take the structure as a parameter.
###Hints###
“returns”
##Solution##
coming soon.