1.

In the below code, which call to sum() method is appropriate?

A. only sum(10)
B. only sum(10,20)
C. only sum(10) & sum(10,20)
D. all of the mentioned
Answer» E.


Discussion

No Comment Found