(Geometry: area of a regular polygon) A regular polygon is an n-sided polygon in which all sides are of the same length and all angles have the same degree (i.e., the polygon is both equilateral and equiangular). The formula for computing the area of a regular polygon is

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Using Java write a progam that display the following results:

 

PRoblem and smaple run is attached. I have my code written but keep getting error issues and want to see what im doing wrong.

Enter the number of sides: 5  
Enter the side: 6.5  
The area of the polygon is 72.69017017488385
Transcribed Image Text:Enter the number of sides: 5 Enter the side: 6.5 The area of the polygon is 72.69017017488385
**Geometry: Area of a Regular Polygon**

A regular polygon is an \( n \)-sided polygon in which all sides have the same length and all angles are equal. The polygon is both equilateral and equiangular. The formula for computing the area of a regular polygon is:

\[
\text{Area} = \frac{n \times s^2}{4 \times \tan\left(\frac{\pi}{n}\right)}
\]

**Instructions**

Write a method that returns the area of a regular polygon using the following header:

```java
public static double area(int n, double side)
```

Write a main method that prompts the user to enter the number of sides and the length of a side of a regular polygon and displays its area. Here is a sample run:

[Sample code and user interaction would be added here.]
Transcribed Image Text:**Geometry: Area of a Regular Polygon** A regular polygon is an \( n \)-sided polygon in which all sides have the same length and all angles are equal. The polygon is both equilateral and equiangular. The formula for computing the area of a regular polygon is: \[ \text{Area} = \frac{n \times s^2}{4 \times \tan\left(\frac{\pi}{n}\right)} \] **Instructions** Write a method that returns the area of a regular polygon using the following header: ```java public static double area(int n, double side) ``` Write a main method that prompts the user to enter the number of sides and the length of a side of a regular polygon and displays its area. Here is a sample run: [Sample code and user interaction would be added here.]
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education