Question: Use StdDraw Open Eclipse and create a Java Project called Lab13. Create a driver class witha main method called Lab13Driver. Create another class named RecursiveCircle.
Use StdDraw 
Open Eclipse and create a Java Project called Lab13. Create a driver class witha main method called Lab13Driver. Create another class named RecursiveCircle. In this lab, we create a fractal using circles Part 1 Add a static method to the RecursiveCircle class named drawCircle that will draw the following recursive design. This method should have four parameters, the order, the center x- and y-coordinates of the circle, and the radius of the circle. order 0 order 1 order 2 Add code to your driver to test your method with several different values for the order argument. Part 2 Add code to your drawCircle method so that circles are also drawn above and below. eon order ordder 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
