Wap to print natural no. from 1 to 5
DECLARE SUB SERIES()
CLS
CALL SERIES()
END
SUB SERIES()
FOR I = 1 TO 5
PRINT I
NEXT I
END SUB
CLS
CALL SERIES()
END
SUB SERIES()
FOR I = 1 TO 5
PRINT I
NEXT I
END SUB
My journey with Jagat Mandir School My first day and my first step in jagat mandir was on 2067. On the first day I came with my ...
No comments:
Post a Comment