- :
- 1. If you are going to use a parameter with the same value more than once in a program, it is not necessary to provide a value for the second or subsequent times you use it.
-
- 2. The value of a parameter must be given when the function is first written.
-
- 3. A parameter allows a function to be used many times in a program with different values.
-