Recall that the name for the extra information a function takes when it is called are the parameters. The values we pass in when the function is called are known as the arguments. We say that the arguments are passed to the function.
Match the function declaration to an example of its function call. (We havenβt learned much about strings, but they are the type of data for pieces of text like "hello".)
A function can have no parameters, one parameter, or many parameters. Each parameter must specify a type and multiple parameters must be separated by commas.