please answer the following question\nselect one\nhow many arguments are in the following function…

please answer the following question\nselect one\nhow many arguments are in the following function call?\naddtheseall(42, 13, 777);\nselect the one choice that best answers the prompt above\nanswer 1\n3\nanswer 2\n1\nanswer 3\n2\nanswer 4\n1
Answer
Explanation:
Step1: Identify function call structure
In a function call, arguments are values passed inside parentheses.
Step2: Count the arguments
In the call addTheseAll(42, 13, 777);, we see 42, 13, and 777 separated by commas. So there are 3 arguments.
Answer:
Answer 1. 3