C
Home
Ubuntu
Pesonality
C
Advertise
about us
Sunday, 20 September 2015
Que6) Print series 7 26 63 124 215 342 511
void series6()
{
int i;
int num=0;
for (i=2;i<9;i++)
{
num=pow(i,3)-1;
printf("%d ",num);
}
printf("\n");
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment