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.