Computer Science, asked by chetanac, 6 months ago

int g( int x,int y){
switch (x-y){
case 0:
return x;
case 4:
y =y+ 1;
break;
case 7:
x=x-1;
case9:
return x * y;
case3:
y=x+9;
default;
return y-x;
}
return y;
}
what does g(3,0) evaluate to?​

Answers

Answered by Vivekshivamurthy
0

Answer:

hmmmmmmmmmm,

okkkkkkkkkkkkkkkk.

Explanation:

but it's difficult.

Similar questions