Check-in 29
If you attend class on 10/31, you will have a chance to do this assignment in-class for the C29 grade

Write the x64 for the snippet below

			int bar(int t){
				t = 7;
			}
			int main(){
				int a;
				bar(1);
			}
			

If you skip class on 10/31, you should complete the above assignment on your own.
Turn your work in on Canvas to the C29 folder by 11:59 PM on 11/2 (the Sunday following 10/31).