What two things must be included in your function definition?
•A function name and commands to be performed
o
•Function variables and commands to be performed
•Commands to be performed and function arguments
• A function name and function variables

Respuesta :

Explanation:

commands to be and function arguments

Lanuel

The two (2) things that must be included in your function definition are: D. A function name and function variables.

What is a function?

A function can be defined as a set of statements that comprises executable codes and can be used in a software program to calculate a value or perform a specific task on a computer.

In Computer programming, there are two (2) things that must be included in a function definition and these include the following:

  • A function name.
  • Function variables.

Read more on function here: brainly.com/question/20264183