The area of a pentagon can be computed using the following formula: Write a method that returns

Question:

The area of a pentagon can be computed using the following formula:image

Write a method that returns the area of a pentagon using the following header:public static double?area(double?side)Write a main method that prompts the user to enter the side of a pentagon and displays its area. Here is a sample run:image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: