114th program input & output

Input : Enter how many line you need to make pyramid = 4
Output :-

D    D    D    D
C    C    C
B    B
A
/////////////////////////////////////////////////////////////////////////////////////////////
Input : Enter how many line you need to make pyramid = 5
Output :-

E     E    E    E    E
D    D    D    D
C    C    C
B    B
A
/////////////////////////////////////////////////////////////////////////////////////////////
Input : Enter how many line you need to make pyramid = 3
Output :-

C    C    C
B    B
A
/////////////////////////////////////////////////////////////////////////////////////////////