0
NEED HELP
Fill in the missing parts of the function addNumbers which takes two integer variables x and y, and returns their sum. Sum is calculated and stored in the 'answer' variable. int addNumbers(int x, y) { int answer = + y; return ; }
1 Answer
0
answear is int and , .Thank You.