Computer Science, asked by kaurmanmohan049, 15 days ago

computer work define function​

Answers

Answered by 31aliahmedzahidshaik
1

Answer:

Functions are "self contained" module.

. Functions usually "take in" data, process it, and "return" a result. Once a function is written, it can be used over and over and over again. Functions can be "called" from the inside of other functions.

Answered by COMMANDED
1

Answer:

Functions are "self contained" modules of that accomplish a specific task. Functions usually "take in" data, process it, and "return" a result. Once a function is written, it can be used over and over and over again. Functions can be "called" from the inside of other functions.

Similar questions