Program to print sum of first ten natural numbers


Explanation
Here the variable s denotes to sum and is initialized with value 0. When the loop begins, the s adds the value of i with its previous values along with the loop.When the loop terminate, the last sum is stored in s and is printed outside of the loop.


Output


Post a Comment

1 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

If you have any doubt, let me know...