Description
Write a C program to compute the perimeter and area of a circle with a user input radius.
Input
Enter radius of circle (metre)
5
Output
Perimeter of the Circle = 31.42 metres
Area of the Circle = 78.54 square metre
Perimeter of the Circle = 31.42 metres
Area of the Circle = 78.54 square metre