Instructions:
- The program should get the desired number of vertices as run time input from user.
- Output should consist of a list two dimensional vertices (coupld be printed out to a file)
and a graphical representation of the polygon.
- Please make sure the program executes in hill. If not, please
include the compile-execution details in the Readme file.
- Also, please note that the README file, coding style and output
format also count towards your grade.
- Name your executable file project2
Things to be turned in:
- README file explaining the algorithm used, proof of how your algorithm satisfies 2.(b), assumptions
about the input(if any), output format, sample outputs, running time analysis and compilation and execution
details of the source code.
- Source Code
- Makefile (name ur executable project2)