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