(Geometry: area of a pentagon) Write a program that prompts the user to enter the length from the center of a pentagon to a vertex and computes the area of the pentagon, as shown in the following figure.

The formula for computing the area of a pentagon is
, where
s is the length of a side. The side can be computed using the formula s = 2r sin
, where r is the length from the center of a pentagon to a vertex. Round up two digits after the decimal point. Here is a sample run:
![]()
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.