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
Today's world is highly dependent or reliant on computers and the internet than ever before. With the passage of time contemporary techn...
No comments:
Post a Comment