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
0
Answer:
1
Explanation:
X=x+y /////3
Z=2*x-y/////2*3///6-5///1
Return z/////1
Similar questions
Computer Science,
3 months ago
Science,
3 months ago
Computer Science,
8 months ago
English,
8 months ago
Math,
1 year ago
Science,
1 year ago