Code :
REPORT ZVP_PATTERN.
PARAMETERS : ROWS TYPE CHAR10.
DATA: B TYPE CHAR10.
B = 1.
DO ROWS TIMES.
DO B TIMES.
WRITE: '*'.
ENDDO.
WRITE:/.
B = B + 1.
ENDDO.
Output :
IDE Used To Test This Code : SAP Login 730
Try this code in your computer for better understanding. Enjoy the code. If you have any Question you can contact us or mail us. We will reply you as soon as possible.
REPORT ZVP_PATTERN.
PARAMETERS : ROWS TYPE CHAR10.
DATA: B TYPE CHAR10.
B = 1.
DO ROWS TIMES.
DO B TIMES.
WRITE: '*'.
ENDDO.
WRITE:/.
B = B + 1.
ENDDO.
Output :
IDE Used To Test This Code : SAP Login 730
Try this code in your computer for better understanding. Enjoy the code. If you have any Question you can contact us or mail us. We will reply you as soon as possible.
2 comments
TAM GIÁC VUÔNG CÓ GÓC VUÔNG TRÊN GÓC PHẢI ĐI Ạ
Replyplease help me to write it using do enddo and if elseif.
ReplyPost a Comment