Answer:D) function
Step-by-step explanation:Function is the kind of the routine found in the programming languages.It performs a particular task in a form of collection of statements. Function is associated with the return type and function's name which will perform the task. The functions can be made by the user or can be built-in in the system.Therefore , the correct option is option(D).