int g (int x, int y) {
switch(x - y) {
case 0:
return x;
case 4:
y = y + 1;
break;
case 7:
x = x - 1;
case 9:
return x*y;
case 3:
y = x + 9;
default:
return y - x;
}
return y;
}
what is the value of g(3,0)?
Answers
Answered by
0
Answer:
sssssssss fhbnnbcxvbhfvnj
Similar questions
English,
3 months ago
Social Sciences,
3 months ago
History,
6 months ago
Physics,
10 months ago
Chemistry,
10 months ago