i need help on a program that uses zenos series
which calculates the sum of the first N terms of Zenos series, where N is what the user inputs. it should be a number 1 and 15 (inclusive).
program should print n terms of the series seperated by + and followed = sign < followed by value of the sum
ex.
Print num between 1-15: 1
1/2=0.5
im kinda stuck on this program , im not sure about the formula to use can someone help?
thanxxxxx