A developer implements a function that adds a few values.

Which three options can the developer invoke for this function to get a return value of 10? (Choose three.)
Select all that apply, then click Submit answer.
-
○
sum(5) (5)
-
○
sum() (10)
-
○
sum(5, 5) ()
-
○
sum(10) ()
-
○
sum() (5, 5)