Check-in 22
If you attend class on 10/18, you will have a chance to do this assignment in-class for the C22 grade

Write the 3AC code for the following program

int v(int a, int b){
	if (a > 1){
		if (b < 3){
			return a + b;
		}
	}
}

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