How much detail should be included in the sketch? As much as
is needed to get the point across to another programmer or to guide your effort in coding.
Following is my favorite sketch from this Quiz. It is very sketchy
and doesn't scan too well, but it gets the idea across with elegance and even though it's
missing a FETCH it would be very easy to correct so I included it here:

This sketch assumes that the programmer knows how to
concatenate strings together, format dollars and cents into a string with no decimal
point, create a mail session. It's not a complete solution, is far from perfect, and
would no doubt be improved with another draft. For Quiz #3 I'll want more like
perfection, but since Quiz #2 was the first chance for feedback on these
things.
Here's another of the best of the lot. This one has
practically one-to-one correspondence with the lines of code and includes practically all
of the syntax needed in the script. There's nothing wrong with too much detail, but
this lady could have been done with the quiz a lot faster and gotten the algorithm across
just as well with half of the detail...

A sketch with this much detail would be very time consuming
to revise if done on paper. If this level of detail is required in the project, I'd
suggest B-Liner or other graphic tool so that revisions can be made easily as the
algorithm is developed and documented. This wasn't an option, of course, for this
quiz and I admire the talent shown here in packing all this onto one page, showing the
GUI, and clearly outlining all the logic of this script.