Given the anti-clockwise points of a properly formed, non-self-intersecting, not-necessarily-convex polygon, render it as a filled ASCII art polygon. Input A series of at least 3 (x,y) pairs representing the points. It's up to you whether the first point is repeated as the last point to close the loop. x coordinates are integers in the range 1-78. coordinates are integers in the range 1-38. Output An 80x40 text field representing the range 0-79 x 0-39 (0,0 at the top left), consisting of spac...