Write the syntax of else if-ladder.
Answers
Answered by
3
IF score = 5
THEN PRINT "score is 5"
ELSEIF score = 6
THEN PRINT "score is 6"
ENDIF
THEN PRINT "score is 5"
ELSEIF score = 6
THEN PRINT "score is 6"
ENDIF
Similar questions