From: www.itworld.com
June 28, 2001 —
At this point in the object tutorial, we have built a Slot class that
builds a simple object with a few attributes and provides accessor
routines for those attributes the user might need, but we don't have a
working slot machine by any means. Our slot machine will be a variation
on the lucky-7 variety with 3 spinning wheels each containing the
following digits: 0,1,2,3,7. Three sevens will pay the most, followed
in descending order by three threes, three twos, three ones, three of
any combination of one, two and three, and three zeros.
The payoff scheme will be as follows (I don't have much experience slot
machines and odds, so I'm making this up as I go along
ITworld