Program to print natural numbers from 1 to 15 using SUB
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
10 years of journy with JM it was the most important day of my life i spend my 10 years with this school . I am so happy that i could spend...
No comments:
Post a Comment