Computer Science, asked by siya15, 1 year ago

WAP to enter a number and print whether it is a positive number or a negative number.

Answers

Answered by totaldreamer12361
2
CLS
IF(A>=0)THEN,
PRINT "POSITIVE NUMBER" ELSE
PRINT "NEGATIVE NUMBER"
ENDIF
END
Similar questions