In a one-dimensional array, consisting of real elements, calculate:
- B) the sum of the elements of the array located between the maximum and minimum elements.
- C) the product of elements whose values are not included in the interval. Values set from the keyboard.
- D) sort the array by the insert method.