Write a program in cpp to print the following pattern.
Sample Input:
5
Sample Output:
1
2*2
3*3*3
4*4*4*4
5*5*5*5*5
5*5*5*5*5
4*4*4*4
3*3*3
2*2
1
Answers
Answered by
0
Answer:
1
2*2
3*3*3
4*4*4*4
5*5*5*5*5
5*5*5*5*5
4*4*4*4
3*3*3
2*2
1The print is not supported to the brain application.
Similar questions