Are you familiar with loop syntax? This "for" syntax is very common. If you don't know this bit, look up "for" in a language reference.
Try this and see what it prints.
Computer geeks often count from zero like this, because in assembly language we often count the distance from the start of a list. The first entry is zero steps away from the begining.
See if you can change that loop to print 1 through 5 instead of 0 through 9. Show us what you make! Sharing is the fun part. Then think about how that's going to help with your assignment.

[ February 22, 2006: Message edited by: Stan James ]