Write a function that takes as input parameters, radius, area,
and circumference. The function will find the area and the
circumference using the value passed on through the radius. Write a
main program to input the values of the radius from the user and
print area and the circumference
C++