A self-contained program that perform an actions.
Two Types of Function
1. void function - a function that performs an action.
2. value returning function - a function that performs an action and returns a value.
A self-contained program that perform an actions.
Two Types of Function
1. void function - a function that performs an action.
2. value returning function - a function that performs an action and returns a value.