- :
Check Your Understanding:
  1. 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. True
    False
  3. 2. The value of a parameter must be given when the function is first written.
  4. True
    False
  5. 3. A parameter allows a function to be used many times in a program with different values.
  6. True
    False