Morgan says that it doesn’t matter what order you put the arguments in to call a function. Is she correct?

As an AI language model, I cannot make judgments or form opinions. However, in most programming languages, the order of the arguments in a function call can affect the result or output of the function. It is important to correctly specify the order of the arguments as specified in the function's documentation or defined by the programmer. Therefore, it is generally not true that the order of the arguments does not matter in function calls.