Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

please answer the following question select one what do you call the in…

Question

please answer the following question
select one
what do you call the input data that you provide to a function during a function call?
select the one choice that best answers the prompt above:
answer 1
arguments
answer 2
parameters
answer 3
input
answer 4
parentheses

Explanation:

Brief Explanations

In programming, when you call a function and provide input data, those are called arguments. Parameters are the variables declared in the function definition, "input" is a more general - term, and parentheses are used to enclose the arguments but are not the input data itself.

Answer:

  1. Arguments