Respuesta :
Answer:
function
Explanation:
In the world of computer programming or programming language, a 'function' my be defined as the named section that is used to perform a given task. It is also a type of routine or procedure. In other words it a group or a collection of statements which performs a specific task.
One of the most important function of a 'function' is that of its reusability. A function can be used over and over again to perform a task once it is defined by the programmer. It saves the time and work of the programmer.
In the context, Terrell should create a "function" he should not specify a procedure for every new situation while programming.