Program to print first 10 odd numbers using SUB
DECLARE SUB DISPLAY()
CLS
CLS
CALL DISPLAY
END
SUB DISPLAY()
A=1
FOR I= 1 TO 10
PRINT A
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