Last Updated: 9 Feb, 2017

Interesting Alphabets

Easy
Asked in companies
Red HatMedia.net

Problem statement

Print the following pattern for the given number of rows.

Pattern for N = 5
E
DE
CDE
BCDE
ABCDE
Input format :
N (Total no. of rows)
Output format :
Pattern in N lines
Constraints
0 <= N <= 26