Home Write a qbasic program to display the factorial of an input number. Write a qbasic program to display the factorial of an input number. By -ALK 9:00:00 PM 0 Ans: CLS Fact=1 INPUT "Enter a number ";n FOR j=1 TO n Fact=Fact*j NEXT J PRINT "Factorial is ";Fact END Facebook Twitter Whatsapp Newer Older
Your suggestions / query encourages more to share things like this. Feel free to comment in below box.
What ever you think about it...