Contributor: CLIF PENN

{
>I need to do two programs and I am unsure of what to do with them.  If
>anyone could help me with the code or the steps necessary to write the
>programs it would be greatly appreciated.  Thank you.  Here's what I
>need to do:

>First program: A program that reads a char. from "A" to "Z" as input
>to produce output in the shape of a pyramid composed of the letters up
>to and including the letter that is input.  Example:
>                                            A
>                                         ABA
>                                      ABCBA
>                                    ABCDCBA

Here is one way to do the pyramid of characters. }

Program Char_Pyramid;
{