EDCBA DCBA CBA BA A
for(i=5;i>=1;i--) { for(j=i;j>=1;j--) { printf("%c",'A'-1 + j); } printf("\n"); }
Post a Comment
No comments:
Post a Comment