Question: Write a program IN JAVA that requests a number from the user, which represents the number of sides a polygon has. It will then request
Write a program IN JAVA that requests a number from the user, which represents the number of sides a polygon has. It will then request a number of points up to the predetermined number of sides (a maximum of 10). Each point will be the coordinate of a junction of two line segments. The code will then draw the shape in a graphical output window. Each side should be labeled (at its midpoint) with the length of that side. When testing, make sure that your figure is large enough that you can see and verify the numbers!
Some simple comments throughout the program would be appreciated as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
