Write Program Find Area Circumference Circle Diameter 102 Use Functions Calculation Area C Q43790106
Write a program to find the area and the circumference for thecircle if the diameter is 10.2, but use functions for thecalculation of area and the circumference. Each function shouldhave an input parameter and an output result. Print the result.
using the built-in function pow. Note you need to include theheader file math.h.
using c++ language
Expert Answer
Answer to Write a program to find the area and the circumference for the circle if the diameter is 10.2, but use functions for the…
OR