A1 + FAQ


FAQ

What do I hand in?
You print out your program and hand it in to me in class. Make sure it is appropriately commented. You also electronically submit your a1 directory which includes both source and executable.
Any hints?
cross-product

Place the recursive function in a separate file.

Minimize the use of transcendental functions.


The Assignment

Your job is to write a simple interactive program that draws the recursive Koch curve. (For more background on Koch curves see Ex. 2.6 on page 95 of the textbook.)


Revised: Sept 13, 2010