Create a function template named circleArea(). The function receives a parameterized argument representing the radius of a circle, and returns a double representing the circle’s area. (The area is computed as 3.14 multiplied by the radius squared.) Write a main() function that demonstrates that the function works correctly with either an integer or a double argument. Save the file as CircleArea.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.