Computer Science, asked by tarkeshwarrai1663, 1 year ago

The collection of statements that are grouped together to perform a specific operation is

Answers

Answered by manan58
15
the collection of statements grouped together is called as functions.
Answered by hotelcalifornia
9

Answer:

The "collection of statements" that are grouped together to perform a specific operation is called as “functions”. Essentially, a function enables a piece of program or code to be reused by just invoking the function whenever required. A function may or may not take some data as an input and may or may not return a value. In some programming languages, functions that do not return a value are called procedures.

Similar questions