Write a program that calculates the harmonic mean of the numbers in the array.
Harmonic Mean formula: n (number of elements) / harmonic series of elements
Harmonic Series Formula:
Write a program that calculates the harmonic mean of the numbers in the array.
Harmonic Mean formula: n (number of elements) / harmonic series of elements
Harmonic Series Formula: