Wap to print first ten numbers
DECLARE SUB SERIES()
CLS
CALL SERIES
END
SUB SERIES()
FOR I = 1 TO 10 STEP 2
PRINT I
NEXT I
END SUB
CLS
CALL SERIES
END
SUB SERIES()
FOR I = 1 TO 10 STEP 2
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