The Shark Hatchery!


Your task is simple.  You must write a program that draws sharks.  LOTS of sharks!!
Points Task
5
Can draw one shark
5
Can draw lots of sharks using loops
5
Can draw a 2d grid of sharks using more loops (without cut and paste).
5
Each shark has methods drawBody and drawFins, as well as a method named drawButterfly
5
Turned in BEFORE Wednesday the 28th
-5
Turned in AFTER Friday the 30th.
-10
Failure to indent
-2
If you name and the total points claimed is not on the program.
+2
If the shark is REALLY pretty (my judgement)

How to write this program.

Step 1) Write a program with methods drawBody and drawFins and drawShark that draws a single shark.  You have 10 points.
Step 2) Put the drawSHark method in a loop that draws a bunch of sharks in a line.  That's worth 5 more points.
Step 3) If you're good, put the previous loop in another loop to draw a grid of sharks  That's worth 5 more points.
Step 4) Sign up to get it graded before Wednesday.  That's worth 5 more points.
Step 5) Write your name and the total number of points you want.  That's important.
Step 6) Show up.  Answer my question.  Collect your points.