CIW
1D0-635 · Question #28
Consider only the following code: Which of the following would properly supply the sum of the two numbers?
The correct answer is C. return num1+num2. See the full explanation below for the reasoning.
Question
Consider only the following code:
Which of the following would properly supply the sum of the two numbers?
Options
- Areturn sum;
- BmySum (num1+num2);
- Creturn num1+num2;
- Dreturn sum(num1+num2);
How the community answered
(36 responses)- A17% (6)
- B6% (2)
- C69% (25)
- D8% (3)
Community Discussion
No community discussion yet for this question.