0
how to count area of a circle using C#
???
5 Réponses
+ 3
Morning Flower
No we don't provide complete code. Show your efforts.
0
area = πr²
0
but i need complet c# code
0
Please, search at first. this question is so obvious
https://code.sololearn.com/c56qlH2k0Z33/?ref=app
https://code.sololearn.com/cXwWBUXNlLWt/?ref=app
https://code.sololearn.com/cfxzywcs8OlH/?ref=app
https://code.sololearn.com/ctWqqErmPj03/?ref=app
https://code.sololearn.com/cA19a251A1A1/?ref=app
https://code.sololearn.com/ckQU29L1lu5L/?ref=app
https://code.sololearn.com/cTWUBOqJMmP6/?ref=app
https://code.sololearn.com/cpqCz2wrLVxx/?ref=app
https://code.sololearn.com/c1Z1NO370mSi/?ref=app
- 1
I am not familiar with the syntax of C# but I am sure that this method will work-
radius = input();
area = (22/7)*r*r;
print(area)
Just convert it to C# syntax and then it will definitely work.
Hope it helps!