Draw a straight line using two 2D coordinates.
- Draw a hundred random points.
- Draw some points by obtaining 2D coordinates from a text file. The coordinates will be separated by a comma (,) and each set will be placed on a different line.
- Draw a straight line using multiple points.