Computer Science, asked by Vivekvijay026, 8 months ago

Write a c++ program to print the following pattern.
Sample Input:

3

Sample Output:

3
44
555
6666
6666
555
44
3

Answers

Answered by itsjaan123
1

Answer:

Sample Output:

3

44

555

6666

6666

555

44

3

Similar questions