Check-in 22
If you attend class on 3/20, 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 3/20, you should complete the above assignment on your own.
Turn your work in on Canvas to the C22 folder by 11:59 PM on 3/26 (the Sunday following 3/20).