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? Consider only the following code: Which of the following would properly supply the sum of the two numbers? A.return sum; B.mySum (num1+num2); C.return num1+num2; D.return sum(num1+num2); Explanation: Show Hint ← Previous question Next question →