Description
Using GArc, draw a double rainbow. Rainbow’s colors in order are: RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO and VIOLET. INDIGO and VIOLET are not defined in Color (means that Color.INDIGO does not exist) so instead use new Color(75, 0, 130) for INDIGO and new Color(238, 130, 238) for VIOLET. Your output should look like the one in here, but not necessarily be exactly same (differences in sizes are fine).
1




Reviews
There are no reviews yet.