This assignment gives the student more practice using various graphics methods and for loops.
EXAMPLE: The student will create an applet like the one shown here. This activity provides the student with practice using the various graphics methods and for loops. |
x |
ASSIGNMENT:
HINTS:
1. Create a method dedicated to the creation of a star with a declaration
like this:
public void drawStar(Graphics g, int a, int b)
public void rowOfStars(Graphics g, int a, int b, int n)