0
What is the answer?
int addNumbers(int x,_y) { int answer = _+ y; return ______; }
5 Antworten
0
int addNumbers(int x,int y)
{
int answer = x + y;
return answer;
}
0
int addNumbers(int x,int y)
{
int answer = x+ y;
return answer;
}
0
answer and int and x. Thank You. God Jesus Bless.
- 1
I try to put result but it's wrong