Commit d851b72e by ilahma

Upload New File

parent 26dfeca1
Showing with 16 additions and 0 deletions
#include <stdio.h>
int main() {
int i;
int sum=0;
for(i=1;i<=6;i++){
sum+=i;
printf("%d\n",sum);
}
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment