Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 27)

In a CASE statement, what keyword is used to specify the actions to be taken for all other possible values not explicitly listed?
THEN
ELSE
ENDCASE
OTHERWISE

Explanation

The OTHERWISE keyword is used to specify default actions.

Comments (0)

Advertisement