Write a C Program to calculates the area (floating point number with two decimal places) of a Circle given it’s radius (integer value). The value of Pi is 3.14.
Answers
Answered by
1
Answer:
The formula to calculate the area is: Area = π × r2 where r is the radius of the circle & π value is 22/7.
Similar questions