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