The collection of statements that are grouped together to perform a specific operation is
Answers
Answered by
15
the collection of statements grouped together is called as functions.
Answered by
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