Computer Science, asked by shujaat53, 2 months ago

Write a C program to print the following pattern in case of input n = 4. Here, the value
of n is user dependent
2
2 5
2 5 10
2 5 10 17
how do i print this pattern

Answers

Answered by jhpooja7703
0

Explanation:

Input : n = 4

Output :

1

3*2

4*5*6

10*9*8*7

Input : n = 5

Output :

1

3*2

4*5*6

10*9*8*7

11*12*13*14*15

Hope it helps you

Answered by Anonymous
2

Answer:

I'm th9 lvl 84 join my name is kv ram

Similar questions
Math, 2 months ago