[For each number N in the array, draw a circle whose radius = N and whose color is mySetColor(N). Remember to update the display after drawing all the circles!]
Okay, so this question is part of a problem that I'm doing. I get the rest, but what am I suppose to do with the circles?
Draw them. I am assuming your display doesn't update when you draw them, so you need need to manually update your display so that you can actually see the circles.