Math, asked by Rahulyadavh, 9 months ago

100 POINTS Write a program to print following patterns:-(a) 1 2 2 3 3 3 4 4 4 4(b)1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4(c)1 1 2 1 2 3 1 2 3 4(d) 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 (e) * * * * * * * * * * * * * * * *HINTS :ATTACHMENT ​

Answers

Answered by CyberNinja24
2

Answer:

printf( );

insert characters inside braket which u want to print .

NOTE : this code only works on c++ .

Answered by vedantgawade2007
2

Answer:

printf( );

insert characters inside braket which u want to print .

NOTE : this code only works on c++ .

Step-by-step explanation:

Similar questions