User Profile

Collapse

Profile Sidebar

Collapse
cNoob
cNoob
Last Activity: Nov 14 '06, 04:38 PM
Joined: Nov 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cNoob
    replied to I would be thankful for any help!!
    in C
    No I dont hve to......... But im So lost please help :(...
    See more | Go to post

    Leave a comment:


  • cNoob
    started a topic please help
    in C

    please help

    I need to write a program to find the sum, sum of squares, sum of the cubes, and sum of a certain series shown below for the first n integers, begining with 1 and ending with n = 100.

    Summing the first 100 natural numbers:

    ............... ............... ... n(n+1)
    1 + 2 + 3 + ..... + n = ----------
    ............... ............... ......... 2

    Sum of squares of the first 100 natural...
    See more | Go to post

  • cNoob
    started a topic I would be thankful for any help!!
    in C

    I would be thankful for any help!!

    I need to write a program to find the sum, sum of squares, sum of the cubes, and sum of a certain series shown below for the first n integers, begining with 1 and ending with n = 100.

    Summing the first 100 natural numbers:

    n(n+1)
    1 + 2 + 3 + ..... + n = ----------
    2

    Sum of squares of the first 100 natural numbers:...
    See more | Go to post

  • cNoob
    started a topic harmonic , geometric, arithmetic program
    in C

    harmonic , geometric, arithmetic program

    How do I write a program using the harm,geo,arith formula but requires user input?? I know I cin>> but its suppose to accept user input including all numbers up to 900. How would I write that formula?? ( count / ((1/1)+(1/2)+(1/3)............. ........) I would have to keep going forever?? I am using a while loop ... Please help?? anyone :) Thank you
    See more | Go to post
No activity results to display
Show More
Working...