int f (int x, int y) {
if (x * 2 < y)
x = X+ 3;
return y * x;
else {
return x + y t 2;
What does f(5, 10) evaluate to?
Answers
Answered by
0
Answer:
just put the value of x and y in whatever your x+y t 2 is.
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
Chemistry,
4 months ago
Math,
8 months ago
Political Science,
1 year ago