Computer Science, asked by amancr2648, 5 months ago

What does g(-2,5) evluate to int g(int x , int y) {
x=x+y;
int z= 2* x-y;
return z;
}

Answers

Answered by onkar35
0

Answer:

1

Explanation:

X=x+y /////3

Z=2*x-y/////2*3///6-5///1

Return z/////1

Similar questions