CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jun 2006
    Posts
    5

    Question Find a Sum of a series

    Can you tell me how to calculate
    f(n)=f(n-1)+n^5
    f(0)=1
    without using recursive
    Thank you
    Last edited by Kawaguchi; June 20th, 2006 at 06:47 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured