It is a C++ program which takes the input as the radius of the circle and then gives the requested output.
Area
Circumfurence
iostream
- For I/O operations.math
- Mainly to useM_PI
.conio
- To prevent termination just after doing the calculation
A C++ program which takes the input as the radius of the circle and then gives the requested output.
C++