Can Someone please help me?

Here is a question from my assignment that I have to submit in 4 hours. I really need some help.



Write a method with header double series(int i)
Formula for series is given below:
f(i) = 1/3 + 2^2/4 + 3^2/5 + . . . + i^2/i+2
Use the program to render the flowing table using above method.
Example run:
Enter value of 1: 20.
1 0.3333
2 1
...... ....
19 17.1904
20 18.1818
Last edited on
Topic archived. No new replies allowed.