0
I’m stuck on Area of Circle on the C# Course
If you could help me that would be cool because I want to learn more about C# but the area of circle assignment is to difficult for me and it doesn’t make any sense.
1 ответ
+ 3
you can calculate the area of a circle using the following formula
area = radius * radius * pi
(pi is a constant, it is 3.14)