Exercise: circle STDIN


Write a program that asks the user for a number, the radius of a circle, and prints out the area and the circumference of the circle.


go run circle.go
radius: 2
Area: 
Circumference: