Program: Write a program that will call a function to calculate the area of a circle, and call another function to calculate the circumference of a circle.
The main function should prompt the user for the radius, and print out the area and circumference.
- PI should be declared as a global constant with a value of 3.14.
You have to implement a program that print out the area and circumference.