Question:
Write a program to find the factorial of a given number.
Ans:
INPUT “Enter the number :::” ; n
f = 1
For i = 1 TO n
f = f * i
NEXT I
PRINT “Factorial of the given number = ” ; f
END
Sunday, 07 December, 2025
12:49 pm [NEPAL, GMT+5:45]
Coming Soon .... !
Question:
Write a program to find the factorial of a given number.
Ans:
INPUT “Enter the number :::” ; n
f = 1
For i = 1 TO n
f = f * i
NEXT I
PRINT “Factorial of the given number = ” ; f
END
I am trying to develop a educational website which may be helpful for school students, college students, teachers, professor & many more………! If you have any queries, then you can contact me.
All Rights Reserved @ Rijan K.C. 2015 A.D. – 2025 A.D.