-> CLS
INPUT "Enter any number"; N
IF N>0 THEN
PRINT "The number is positive"
ELSEIF N<0 THEN
PRINT " The number is negative"
ELSE
PRINT "The number is zero"
END IF
END
Subscribe to:
Post Comments (Atom)
Project
SWITCH Switch is a computer networking device that is used to connect many devices together on a computer network also it calle...
-
" My father" ' My father tears and fears are unseen, his love is unexpressed, but his care and protection remain...
-
-> CLS INPUT "Enter any number"; N S = 0 WHILE N<> 0 R = N MOD 10 S = S*10+R N = N\10 WEND PRINT "Reverse of...
-
SWITCH Switch is a computer networking device that is used to connect many devices together on a computer network also it calle...
No comments:
Post a Comment