Write a program to print the product of 13, 7 and 15.5, 7.6.Also, print the division of 32 by 10.
Answers
Answered by
4
Explanation:
1int 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 does g(9,5) evaluate to
Similar questions
Chemistry,
3 months ago
Social Sciences,
3 months ago
Political Science,
3 months ago
Music,
8 months ago
Math,
8 months ago
English,
11 months ago
Math,
11 months ago