Write a program to print the following pattern.
Sample Input:
5
Sample Output:
1
3*2
4*5*6
10*9*8*7
11*12*13*14*15
give the code in c++
Answers
Answered by
0
Answer:
sample input 7 sample output 26
Similar questions