computer work define function
Answers
Answered by
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
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