i want it full formelar #include etc...
in Calculus Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

The sum is 100*101/2=5050. I cannot give you the C coding but the formula is n(n+1)/2 where n=100 in this case.

Coding is of the form:

function nsum (int n)

int i;

i = n * n + n;

i = i / 2;

return i;

end function

print nsum(100);

by Top Rated User (1.1m points)

Related questions

Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,544 questions
99,732 answers
2,417 comments
483,040 users