Write a c program to find (a) area of a circle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a c program to find (a) area of a circle

23rd May 2021, 11:55 AM
Nani Naveen Nani
Nani Naveen Nani - avatar
3 Answers
+ 2
Try it yourself first and if there is a problem with the code ask here.
23rd May 2021, 12:13 PM
Matias
Matias - avatar
+ 1
Nani Naveen Nani Area of circle is PI * r * r where PI = 3.1421 and r is radius which is your input. So use this formula float area = 3.1412 * r * r;
23rd May 2021, 12:41 PM
A͢J
A͢J - avatar
+ 1
tooo easy to steal this
23rd May 2021, 1:02 PM
Rellot's screwdriver
Rellot's screwdriver - avatar