Tuesday 22 October 2019

▪︎WAP to check factorial.

->CLS
INPUT "Enter any number"; N
F = 1
FOR I = 1 TO N
F = F*I
NEXT I
PRINT "Factorial="; F
END

No comments:

Post a Comment

Project

             SWITCH Switch is a computer networking device that is used to connect many devices together on a computer network also it calle...