Which unit of program code takes Inputs, performs operations on these inputs, and returns the outputs?

statement

variable

constant

function

Respuesta :

Answer:

A function :D

Step-by-step explanation:

Answer:

Function.

Step-by-step explanation:

A function can be defined as a program that takes inputs, operate them according to its defintion and then gives outputs that can be seen as the result of this process.

Therefore, the right answer here is function by definition.