nerdexam
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)
  • A
    17% (6)
  • B
    6% (2)
  • C
    69% (25)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full 1D0-635 Practice