/Circle-Operations-cpp

A C++ program which takes the input as the radius of the circle and then gives the requested output.

Primary LanguageC++

Circle-Operations-cpp

It is a C++ program which takes the input as the radius of the circle and then gives the requested output.

Operations

  • Area
  • Circumfurence

Hearder Files

  • iostream - For I/O operations.
  • math - Mainly to use M_PI.
  • conio - To prevent termination just after doing the calculation