Computer Science, asked by ayushkarwa08, 1 year ago

Write a program 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 acaderial
0

Answer:

Can you tell which language you want?

Explanation:

Like C, C++, python

Similar questions