Saturday, October 26, 2019


        33. POSITIVE OR NEGATIVE OR NEUTRAL.



DECLARE SUB CHECK(N)
CLS
INPUT “ENTER ANY NUMBER “;N
CALL CHECK(N)
END

SUB CHECK(N)
IF N>0 THEN
PRINT “POSITIVE NUMBER “
ELSEIF  N<0 THEN
PRINT “NEGATIVE NUMBER “
ELSE
PRINT “NEUTRAL”
END IF
END SUB

No comments:

Post a Comment

beautiful

Covid-19 Pandemic In Nepal

  Covid-19 Pandemic In Nepal Covid-19 Is the world wide pandemic in today's context.Not only Nepal but various country are suffering it....