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
1
Answer:
Sample Output:
3
44
555
6666
6666
555
44
3
Similar questions