Hello,
I am horrible at math and am trying to figure out how to make a program in which you would calculate, and display the answer for the following:
1/1+1/2+1/3+1/4+1/5............1/999999+1/1000000
we are suppose to use both floating point and double variables. The problem is i cant logically think of a way to make the denominators change, while doing the addition opperation. Please keep in mind this...