// Lottery Driver //contains main // introduce program to user by describing it // prompt user to enter a number to use for a seed to the random number // generator in class Random. Note that class Random has a constructor // that uses the seed to determine where to start the sequence of random // numbers. // instantiate a lottery object which will call the object's constructor