Write a program that draws a series of eight concentric circles that are
separated by 10 pixels using class E11ipse2D. Double. The outer seven circles
should be filled with randomly generated solid colors. The innermost circle
should be filled with a gradient. Use method draw of class Graphics2D.