Last Updated: 5 Dec, 2018

Character Pattern

Easy
Asked in companies
CIS - Cyber InfrastructureUnthinkable Solutions

Problem statement

Print the following pattern for the given N number of rows.

Pattern for N = 4
A
BC
CDE
DEFG
Input format :
Integer N (Total no. of rows)
Output format :
Pattern in N lines
Constraints
0 <= N <= 13