DECLARE SUB SERIES ( )
CLS
CALL SUB SERIES
END
SUB SERIES ( )
A = 1
FOR I = 1 TO 10
PRINT A
A = A + 2
NEXT I
END SUB
Subscribe to:
Post Comments (Atom)
My Journey with JM
MY JOURNEY WITH JAGAT MANDIR It has been almost 10 years since I have entered this school. It seems like just yesterday but now I...
-
MY JOURNEY WITH JAGAT MANDIR It has been almost 10 years since I have entered this school. It seems like just yesterday but now I...
-
DECLARE FUNCTION AREA (L, B, H) CLS INPUT" ENTER LENGTH"; L INPUT" ENTER BREADTH"; B INPUT" ENTER HEIGHT";...
No comments:
Post a Comment