Question: 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

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.

5 x s? Area where 4 x tan

The formula for computing the area of a pentagon is?

image

where s is the length of a side. The side can be computed using the formula s = 2r sin ?/5, 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:

image

5 x s? Area where 4 x tan

Step by Step Solution

3.41 Rating (164 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Program Plan Create a class called Pentagon Initialize the main method with variables length side ar... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Java Programming Questions!