* * * * *
* * * *
* * *
* *
*
#include <stdio.h>
int main()
{
int i,j;
for(i=1;i<=5;i++)
{
for(j=2;j<=i;j++)
{
printf(" ");
}
for(j=5;j>=i;j--)
{
printf("* ");
}
printf("\n");
}
}
https://youtube.com/shorts/1GJpFnKyU88 So, I think I learned the difference between the self-respect and the ego in terms of making effort...
No comments:
Post a Comment