Institute of Engineering and Management, New Town Campus
University of Engineering and Management, Kolkata
Assignment-5, First/Second Semester-2025
Course Name: Programming for Problem Solving Laboratory
Course Code: ESCCS191/ESCCS291
1 Write a Program to print given pattern:
A
AC
ACE
ACEG
ACEGI
2 Write a Program to print given pattern:
1
12
123
1234
12345
for N=5
3 Print the following pattern upto N Lines:
10001
01010
00100
01010
10001
for N = 5
4 Print the following pattern upto N Lines:
1
121
12321
1234321
for N = 4
5 Print the following pattern upto N Lines:
1
11
121
1331
14641
for N=5