Write C++ program to find diameter, circumference and area of circle using function
belongs to collection: c++ language function and recursion programming exercises
All Answers
total answers (1)
belongs to collection: c++ language function and recursion programming exercises
total answers (1)
I have used CodeBlocks compiler for debugging purpose. But you can use any C++ programming language compiler as per your availability.
Result:
Enter radius of circle: 5
Diameter of the circle: 10 units
Circumference of the circle: 31.4159 units
Area of the circle:78.5398 sq. units
need an explanation for this answer? contact us directly to get an explanation for this answer