Question: In C++ create two functions, one that calculates the area and one that calculates perimeter of any polygon given only the number of sides and
In C++ create two functions, one that calculates the area and one that calculates perimeter of any polygon given only the number of sides and its side length. There should only be one formula for calculating perimeter and one formula for calculating area instead of having multiple formulas for each polygon.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
