#include<stdio.h>
int main()
{
Int i=10,j=o;

do
{
j=j+i;
printf("%d",j);
i++;
}while(i<=20);
return 0;
}

Posted on by