- Function is a set of reusable code which has a sequence of comments to perform an action
a) Function name
b) Input arguments
c) Output variable(s)
- After the basic functionality is finalized the function can be executed by the following method
a) Calling it from another function
b) Calling it directly from command prompt