HW15: Drawing a Star

  1. Use LineTo() and Ellipse() to draw a star as shown in the figure.
  2. Hint: You may need to include to utilize the sin() and cos() function.
  3. Submit your CView.cpp file.