Saturday, October 26, 2019


26.POSITIVE OR NEGATIVE




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