Flaming Ninja Star


Flaming Ninja Star image

Goal:

Use int variables in a loop to draw a flaming ninja star.

Steps:

  1. Find the Flaming Ninja Star recipe program ( FlamingNinjaStar.java ) and open it using Eclipse.
  2. Follow the instructions in the program to draw the star.
  3. The first time you run the program, it should look like this
  4. After you add the color, it should look like this
  5. Using a loop to repeat the pattern, the flaming star will be complete.