The function trackVar in Exercise 30, outputs the value of z. Modify the definition of this function so that rather than printing the value of z it sends its values back to the calling environment and the calling environment prints the values of z. (6, 7, 8)
In Exercise 30, determine the scope of each identifier. (9)