Question: Create a class Polygon with numSides and sideLength as private variables. numSides must be greater than 1, sideLength must be greater than zero. Create a
Create a class Polygon with numSides and sideLength as private variables. numSides must be greater than 1, sideLength must be greater than zero. Create a UML for Polygon as well as the Class java file and the Test file. You should have setters and getters, a toString, as well as area, and perimeter calculation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
