Class TurtleSquares

java.lang.Object
  extended by TurtleSquares

public class TurtleSquares
extends Object

Class to show how a turtle can draw squares

Author:
Mark Guzdial, Barb Ericson

Constructor Summary
TurtleSquares()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurtleSquares

public TurtleSquares()
Method Detail

main

public static void main(String[] args)