concentric circles codehs ---------------5.9.6 // CODEHS ------------------------ var x = getWidth()/2; var y = getHeight()/2; var RADIUS = 200; function start() { var circle = new Circle(RADIUS); circle.setPosition(x,y); circle.setColor(Color.red); add(circle); while(RADIUS > 0){ RADIUS -= 40; concentric circles codehs How to use it? concentric circles codehs circle = new Circle(RADIUS); circle.setPosition(x,y); circle.setColor(Color.black); add(circle); RADIUS -= 60; circle = new Circle(RADIUS); circle.setPosition(x,y); circle.setColor(Color.red); add(circle); concentric circles codehs How to get it? concentric circles codehs RADIUS -= 40; circle = new Circle(RADIUS); circle.setPosition(x,y); circle.setColor(Color.black); add(circle); RADIUS -= -60; circle = new Circle(RADIUS); circle.setPosition(x,y); concentric circles codehs How to get it for free? concentric circles codehs circle.setColor(Color.red); add(circle); RADIUS -= -20; circle = new Circle(RADIUS); circle.setPosition(x,y); circle.setColor(Color.red); add(circle); } } concentric circles codehs How to dowload it? concentric circles codehs concentric circles codehs