Create a program that draws the American flag
- Create an image that draws the American flag
- The window size should be proportional to the standard dimensions for the American flag.
- You can use ellipses for each star
- Use rectangles to draw background colors and stripes
- The blue field should be roughly proportional to the flag’s dimensions, but does not need to be exact. It should line up with the correct stripe, however.
- The project *must* use loops in order to draw the stars and stripes
- Modulus will help you alternate between rows
- Make the stars show up as actual stars rather than circles.