Please be advised: UPS Shipping will take more time to be shipped as packages need to be taken to a UPS store which is not done every day. Please select USPS for a faster shipping turnaround.
A global variable is just a variable that is not withing a function. The scope of a variable relates to where the variable is placed in the program. If a variable is placed outside of all functions (including the main function), then that variable is considered global and can be used by any part of the program, even within functions.