Hello!!!
I am supposed to write a program that computes the partial sum of harmonic series. I have no clue on how to start this question neither what it is suppose to print.
Thank you
QUESTION:
Write a program to compute the partial sum of harmonic series
1 + 1/2 + 1/3 + L + 1/n
and display the intermediate partial sums. Hint: Use a for loop.