Computer Science, asked by anushapenugonda13, 3 months ago

Write a program to display the following pattern given the input as 4:
Input: 4
1
2 3
N
4 5 6
7 8 9 10
7 8 9 10
4 5 6
2 3
1​

Answers

Answered by ashabariya719
0

Answer:

Write a program to display the following pattern given the input as 4:

Input: 4

1

2 3

N

4 5 6

7 8 9 10

7 8 9 10

4 5 6

2 3

1Write a program to display the following pattern given the input as 4:

Input: 4

1

2 3

N

4 5 6

7 8 9 10

7 8 9 10

4 5 6

2 3

1

Similar questions