Tuesday 22 October 2019

▪︎WAP to display Positive, Negative or zero.

-> 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

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...