1
22
333
4444
55555
#include <stdio.h>
int main()
{
int i,j;
for(i=1;i<=5;i++)
{
for(j=1;j<=i;j++)
{
printf("%d",i);
}
printf("\n");
}
return 0;
}
YouTube Video Oh hi. So um today I would like to share um how I overcame from being sad or from being upset over my college time especiall...
No comments:
Post a Comment