User Profile
Collapse
-
No I dont hve to......... But im So lost please help :(... -
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... -
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:... -
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
No activity results to display
Show More
Leave a comment: