Solve Problem 13.10 from your textbook. For the draft, just return the area of the triangle formed by the first three corners (i.e., no recursion.)

In the final version, recursively construct the polygon with the triangle cut off, compute its area, then add the area of the triangle.