wrong division or missing something while calculating the radius of the circle

前端 未结 0 1082
太阳男子
太阳男子 2020-11-22 04:49

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)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题