55555
44444
33333
22222
11111
#include <stdio.h>
int main()
{
int i,j;
for(i=5;i>=1;i--)
{
for(j=1;j<=5;j++)
{
printf("%d",i);
}
printf("\n");
}
return 0;
}
my mom has been doing research on every products since more than 20 years along with managing family of around 20 members and upbringing me...
No comments:
Post a Comment