PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

A.
return sum;

B.
mySum (num1+num2);

C.
return num1+num2;

D.
return sum(num1+num2);

Explanation:


Leave a Reply