Input the circumference of a circle and print the radius and area. The answers should be decimal values and must be printed in the format shown in the sample run.
Remember the formula for circumference is 2 * pi * r and the formula for area is pi * r * r. You can use 3.14 for the value of pi in this activity.
Sample Run:
Enter a circumference:
25.12
Radius: 4.0
Area: 50.24