If you attend class on
10/23,
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/23,
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/27 (the Sunday following 10/23).