Search:

Type: Posts; User: uno

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    930

    Write a function int Sum(int n); which will find...

    Write a function int Sum(int n); which will find the sum 1+2+3+...+n. Use it to find the sum of 1+2+...+100

    How to write the function int SuperSum(int n); which finds the sum of...
  2. Replies
    4
    Views
    930

    Need some insight with these sets

    How to write the function int SuperSum(int n); which finds the sum of Sum(1)+Sum(2)+...+Sum(n) (question #1). Use it to find the sum of (1)+(1+2)+...+(1+2+3+4+5+6+7+8+9+10)??
Results 1 to 2 of 2