Computer Science, asked by sweetu99, 11 months ago

Given an integer N, print N lines in the following manner -
If N = 4
the pattern generated would be -
2*3
4*5*6
7*8*9*10
7*8*9*10
4*5*6
2*3
The input to the function trianglePattern Print shall consist of an integer N (Assume 0 SN
100)
Do not return anything from the function. Print the required pattern using cout.
Each line of the output shall consist of 'numerals' and *** only. There should be no spaces.

Answers

Answered by dheerajgarg89
7

Answer:

hahaha I will mark it as soon as I get home I'll send you the link to the video

Similar questions