110 likes | 313 Views
Surveyor. The problemTo calculate the area and perimeter of a polygon with exactly five vertices, given the coordinates of the vertices of the polygon.. The Input and Output. The input to the program isThe x- and y-coordinates of the five vertices, expressed in feet.The output from the program is
E N D
1. Surveyor Project 1
Wed, Sep 17, 2003
Due Wed, Sep 24, 2003
2. Surveyor The problem
To calculate the area and perimeter of a polygon with exactly five vertices, given the coordinates of the vertices of the polygon.
3. The Input and Output The input to the program is
The x- and y-coordinates of the five vertices, expressed in feet.
The output from the program is
The perimeter of the polygon, in feet.
The area of the polygon, in square feet.
The area of the polygon, in acres.