Test of Programming Skills

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Test of programming skills

Write a program in C++ to check if any of a set of points is inside a polygon.

Polygon points [ (1.0,8.0), (4.0,10.0), (7.0,9.0), (8.0.4.0), (3.0,0.0)]3333sss wesd

Points to check [ (2.0,3.0), (2.0,9.0), (2.75,7.0), (5.0,4.0), (8.0,7.0), (8.0, 1.0) ]assq22

Extra credit if program is graphic ( displayed on screen), much extra credit if polygon points & points to
be checked can be input graphically (using mouse & displayed on screen).

Send program to ralmonte@alpineitw.com

You might also like