Change the function so that it returns the difference between the number a and the sum of b and c.
Use the
return operator; do not output the values to the console.Change the function so that it returns the difference between the number a and the sum of b and c.
return operator; do not output the values to the console.Sample Input 1:
33 2 1Sample Output 1:
30Sample Input 2:
30 20 10Sample Output 2:
0Create a free account to access the full topic