A good answer might be:

Yes. The applet that draws the single stars has calculated the endpoints of all these lines.

Second Stage Star

Here is an applet that extends the basic star by drawing another star centered at the tip of each of the six lines:

Loading an Applet....

The new stars are drawn in red. Each new star partially overlaps a line of the central star. This could be avoided by doing more math, but the the overlap does not hurt.

QUESTION 10:

Can you think of a way to draw a star at the end of each line?