Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Get quick and reliable solutions to your questions from a community of experienced experts on our platform. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

put the pieces of a function into the correct order as if you were writing a formula.
ANSWER: = function arguments


Sagot :

Lanuel

The correct order for the pieces of a function is:

  1. =
  2. function
  3. arguments

What is a function?

In Computer programming, a function can be defined as a named portion of a block of executable code that performs a specific task, which is usually a single, related action.

This ultimately implies that, a function comprises a group of related statements (block of code) that only runs and returns a data when it is called.

In conclusion, =NOW() is an example of the correct order for the pieces of a function.

Read more on a function here: https://brainly.com/question/19181382