Program to find the factors of a number using FUNCTION
DECLARE FUNCTION FACT(N)
CLS
INPUT"ENTER ANY NUMBER";NPRINT"FACTOR=";FACT(N)
END
FUNCTION FACT(N)
IF N MOD I=0 THEN
PRINT I
NEXT I
END FUNCTION
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