class Sun{ int mySize; // diameter of sun int num; // number of repetitions //****CONSTRUCTOR*****// Sun(int _x, int _y, int _mySize, int _num){ mySize = _mySize; // diameter of sun num = _num; // number of repetitions float colorVal = 255/num; float steps = mySize/num;// number of steps of color circles for(int i=0; i