Suppose that you've been hired to produce a program that draws an image of an archery target that looks like this:

This figure is simply three GOval objects, two red and one white, drawn in the correct order. The outer circle should have a radius of 150 pixels, the white circle has a radius of 100 pixels, and the inner red circle has a radius of 50 pixels. The figure should be centered in the window.

Bonus: If you get your target working perfectly in the center, try to animate your target. See if you can make it work like the bouncing ball example we went through in class. This is difficult and will require some problem solving - try different strategies out and see what works!