Computer Science, asked by indrasharmajai, 1 day ago

CLS
INPUT "ENTERA NUMBER":NUM
IF NUM < 0 THEN
PRINT "ENTERED NUMBER IS A NEGATIVE NUMBER"
ELSEIF NUM= 0 THEN
=
PRINT "ENTERED NUMBER IS ZERO"
ELSE PRINT "ENTERED NUMBER IS A POSITIVE NUMBER"
END IF
END​

Attachments:

Answers

Answered by bhumishahhhh
1

Answer:

WHAT'S YOUR QUESTION PLEASE MAKE IT CLEAR SO THAT I CAN HELP YOU

Answered by hello564751u
0

Answer:

many mistakes in this

it is not elseif it is elif

and what's that end if, end

upon this everything is written in capitals which means the is going to show an error.

Similar questions