S&W, page 158, exercise 1.5.26: Write a program Circles that draw filled circles of random size at random positions within the unit square. Your program should have four main variables:
  1. N (number of circles)
  2. min (min radius of a circle)
  3. max (max radious of a circle)
  4. prob (probability a circle is filled black. Note, if not black, then white)
Run your program for different cobinations of values for the 4 main variables.