78.8k views
1 vote
This is a collection of statements that performs a specific task.

A.
infinite loop

B.
variable

C.
constant

D.
function

User Tas
by
7.3k points

1 Answer

4 votes

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).

User Nam Tran Thanh
by
7.5k points