(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
(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
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.

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.]](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fe73c8c7e-1fd5-4385-96bf-6506c467a37a%2F36711990-4d36-445a-bc5d-5c1a01df3602%2Fdfqb5yj_processed.png&w=3840&q=75)
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

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images

Recommended textbooks for you

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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education