Computer Science, asked by sabdip45, 1 year ago

Write the syntax of else if-ladder.

Answers

Answered by henrydodridge
3
IF score = 5
THEN PRINT "score is 5"
ELSEIF score = 6
THEN PRINT "score is 6"
ENDIF

Similar questions