C
curiousEngine
program to print out a list of reciprocal sums for every integer up to
and including the input value i.e. print out the sum of the
reciprocals of the integers up to and including 1, up to and including
2, up to and including 3 etc.,etc.
I don't understand the problem.
for eg. the number 4 is entered.
which sums should be computed?
and including the input value i.e. print out the sum of the
reciprocals of the integers up to and including 1, up to and including
2, up to and including 3 etc.,etc.
I don't understand the problem.
for eg. the number 4 is entered.
which sums should be computed?