How to add numbers from one to ten #include<stdio.h> #include<conio.h> Void main( ) { int i,sum=0; for(i=1;i<10;i++) sum=sum+I; printf(“The sum of series is = %d”,sum); getch(); }
You can add this document to your study collection(s)
You can add this document to your saved list
(For complaints, use another form )
Input it if you want to receive answer
Rate us