Respuesta :

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