Problem
1. a. Where in a procedure are local variables defined, and what are their initial values equal to
b. How can you tell whether an identifier reference inside a procedure is local or global?
c. When does the scope of an identifier exclude a nested region?
2. Name one way that a procedure can be used to simplify the coding of an algorithm.