Which of the following would properly supply the sum of the two numbers?

Consider only the following code:

Which of the following would properly supply the sum of the two numbers?(Exhibit)

Consider only the following code:

Which of the following would properly supply the sum of the two numbers?(Exhibit)

A.
return sum;

B.
mySum (num1+num2);

C.
return num1+num2;

D.
return sum(num1+num2);



Leave a Reply 0

Your email address will not be published. Required fields are marked *

15 − 11 =