105th program input & output

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

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

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


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



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


A
A    B

/////////////////////////////////////////////////////////////////////////////////////////////