question 4 of 5\nplease answer the following question\nselect one\nhow many arguments are in the following…

question 4 of 5\nplease answer the following question\nselect one\nhow many arguments are in the following function call?\naddnumbers(42, 13, 77)\nselect the one - choice that best answers the prompt above.\nanswer 1\n3\nanswer 2\n0\nanswer 3\n2\nanswer 4\n1
Answer
Explanation:
Step1: Identify arguments in function call
In the function call addNumbers(12, 13, 17), the values inside the parentheses separated by commas are the arguments. Here we have 12, 13, and 17.
Answer:
Answer 1. 3