Computer Science, asked by ramarajugunna72, 5 months ago

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 vshrivastava103
0

Answer:

just put the value of x and y in whatever your x+y t 2 is.

Similar questions