Group Study
Tuesday, 19 March 2019
1 1 2 1 2 3
#include<stdio.h>
main()
{
int i=1,j;
while(i<=3)
{
j=1;
while(j<=i)
{
printf("%d",j);
j++;
}
printf("\n");
i++;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment