Skip to Content
-3
Feb 10, 2020 at 09:46 AM

Pattern Printing in ABAP

280 Views

Hi All

I am trying to print the below pattern in abap but not able to figure out how to write the code in abap to get the desired output.

when input = 3.

o/p - 333

323

313.

when input = 4.

o/p - 4444

4434

4424

4414