Creating functions
-Creating function must have the following components-data type that is used in the return value of the function.
1. existing basic information such as double float int boolean char.
2. If you do not want to restore any back. Written void
-Function name.
-The information you need. In function (parameter)
-It will not create a nested function function.