Make me a program that draws a field of bushes using nested loops.


Points

Task

1,000

Uses two loops to draw a field of flowers

200

Has a method called drawFlowers that takes and x and a y and draws one flower.

100

Has a title .

100

Title is in a large font (Hint: http://javaboutique.internet.com/tutorials/Java_by_Example/section3_1.html)

200

Uses constants to control the number of rows and columns of flowers .

Hint: can either be numRows or be height.

100

Uses 'final' correctly.

5,000,000

Correctly picks stocks.

100

Has a nice background .

200

Has a tree trunk drawn with a loop .

500

Has a tree canopy in the shape of a pyramid drawn using nested loops .

Hint: This is hard. Some people should skip this.

-500

Turned in after Thursday Sep 23 at 4pm

1,000,000

Presented with cookies!


This is out of 6,002,500 points.