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 ; }

13th Mar 2018, 2:04 AM
Tiffany Senn
Tiffany Senn - avatar
1 Answer
0
answear is int and , .Thank You.
13th Jan 2020, 10:15 AM
Imanuel Wicaksono
Imanuel Wicaksono - avatar