What is a logical use for global variables?
The choices are:
1. You don't have to keep passing variables between functions.
2. They make programs easier to write.
3. When working in a large group, there are no hassles with naming variables.
4. Mathematical constants.