The task is: Find the radius of the circle if its length is 35. Answer is: 5.57
var radius = 35 / 2 * math.Pi fmt.Println(radius)