Geometry N Sided Regular Polygon N Sided Regular Polygon S Sides Length Angles Degree E Po Q37184177

(Geometry: n-sided regular polygon)

An n-sided regular polygon’s sides all have the same length andall of its angles have the same degree (i.e., the polygon is bothequilateral and equiangular). Design a class named RegularPolygonthat contains:

– A private int data field named n that defines the number ofsides in the polygon.
– A private float data field named side that stores the length ofthe side.
– A private float data field named x that defines the x-coordinateof the center of the polygon with default value 0.
– A private float data field named y that defines the y-coordinateof the center of the polygon with default

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.