Program to print 9,7,5......1 using SUB
DECLARE SUB SERIES()
CLS
CALL SERIES
END
SUB SERIES()
FOR I= 9 TO 1
PRINT I
NEXT I
END SUB
CLS
CALL SERIES
END
SUB SERIES()
FOR I= 9 TO 1
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