Friday, 23 September 2016

Series Program : 2 15 41 80 132 197 275 366 470 587

2 15 41 80 132 197 275 366 470 587

 
int main()
{
int a=2,i,n=10;
for(i=1;i<=n;i++)
{
printf("%d ",a);
a+=13*i;
}
return 0;
}

No comments:

Post a Comment

Featured post

How to Create Let’s Encrypt SSL Certificate on Windows (Step-by-Step Guide)

Complete beginner-friendly guide to generate and install a free SSL certificate on Windows server If you’re running a website on Windows Se...