Check-in 15
If you attend class on 9/27, you will have a chance to do this assignment in-class for the C15 grade

Draw the symbol table between line 12 and 13

 1. int a;
 2. bool f;
 3. int m(int arg){
 4.     int b;
 5.     return arg + 1;
 6. }
 7. 
 8. int g(){
 9.     int c;
10.     int d;
11.     if (a){
12.         int d;
13.         int f;
14.         int g;
15.     }
16. }
If you skip class on 9/27, you should complete the above assignment on your own.
Turn your work in on Canvas to the C15 folder by 11:59 PM on 10/1 (the Sunday following 9/27).