CS 140 - Quiz 2 Name:__________________________________

Write a run method that uses a nested loop to draw ten circles in the shape of a triangle in a 600 by 600 picture. For example it should look something like:

          0
         0 0
        0 0 0
       0 0 0 0
Each circle should have a diameter of 50 pixels.