1 ) WAP to find the factorial of any number
CLS
INPUT "enter any number"; N
F = 1
FOR I = 1 TO N
F =F * 1
NEXT I
PRINT "factorial="; F
END
Search This Blog
Monday, September 24, 2018
Subscribe to:
Post Comments (Atom)
My journy with Jagat Mandir
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...
-
Dashain & Tihar Dashain is a festival celebrate by Hinduism . I celebrate dashain very happily . I went to chitwan in 6th of ashoj ...
-
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 NE...
-
Program to check whether the given no is palindrome or not using FUNCTION DECLARE FUNCTION PAL(N) CLS INPUT"ENTER ANY NUMBER...
No comments:
Post a Comment