!!!!can yo help with this program I could not handle with it
Write a function that takes a function F (with one independent variable) and an integer N, and then calculates and returns the following sum:
F(1)/F(N) + F(2)/F(N-1) + ... + F(N)/F(1).
I don't see any code or work you've done yourself/
Topic archived. No new replies allowed.