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

What control structure would be most appropriate for creating a menu with different options where the user selects one?
FOR...NEXT
IF...THEN...ELSE
CASE OF
REPEAT...UNTIL

Explanation

CASE OF is ideal for handling menu choices due to its multiple-choice design.

Comments (0)

Advertisement