Computer Science A - Mrs. Bucaria

Recursion Assignment - Graphics

1)Add another static method to the Recurse class called squareFrac that will generate the following picture. Hint - you will need a parameter called count that will initially say how many time the method should recurse. When count becomes zero you will stop the recursive call.

2) Add another static method of you choice that does some kind of graphical recursing.

3) Add a method called carpet that will generate Sierpinski's Carpet. - this is the for the perfect 100!

Sierpinski Triangle - cool website

Another Cool Website

HAVE FUN and BE CREATIVE!!!!!