Usually this type of problem is handled with a nested series of loops:
for var1 = 1 to 9
for var2 = 0 to 9
print var1, var2
next var2
next var1
You get the idea. Play with it.
Adak
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---