PropellerAds
Showing posts with label 1 to 100 sum. Show all posts

How to get sum of number from 1 to 100

No comments :

How to get sum of number from 1 to 100 in c language

Q.write a program in c language to show the sum of number from 1 to 100.

A.To show the sum of number  from  1 to  100 we will use while loop.

Output