Computer Science, asked by abhuiya76, 3 months ago

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 adonalbinson
0

Answer:

This C Program calculates the area of a Circle given it's radius. The formula to calculate the area is: Area = π × r2 where r is the radius of the circle & π value is 22/7.

Similar questions