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
Math,
2 months ago
Science,
2 months ago
Math,
2 months ago
Math,
5 months ago
Political Science,
10 months ago