define the three components of a function
Answers
Answered by
0
Answer:
Function Body:
It consists of three parts: local variable declaration part, executable part and return statement. All the required variables are declared at the local variable declaration part. Executable part contains all the executable statements that performs actual task.
Similar questions