1. How would you use a random number generator to simulate the drawing of a playing card?
2. What is an "off-by-one error"? Give an example from your own programming experience.
3. Give an example of a for loop in which symmetric bounds are more natural. Give an example of a for loop in which asymmetric bounds are more natural.