27.FACTORIAL.
DECLARE FUNCTION FACT(N)
CLS
INPUT “ENTER ANY NUMBER “;N
PRINT “FACTORIAL=”FACT(N)
END
FUNCTION FACT (N)
F=1
FOR I = 1 TO N
F=F*I
NEXT I
FACT=F
END FUNCTION
Covid-19 Pandemic In Nepal Covid-19 Is the world wide pandemic in today's context.Not only Nepal but various country are suffering it....
No comments:
Post a Comment
beautiful