Quote Originally Posted by geo_c
Yes, I said the right track.

for (stop_ch = 'E'; stop_ch >= 'A'; stop_ch--)
{
for (ch='A'; ch<=stop_ch; ch++)
{
printf("%c", ch);
}
printf("\n");

Thanks anyway.
Let's try this again, shall we?

Use [code] tags, or don't bother posting code. Now, go and read the board's Announcements like you were supposed to!

Quzah.