-
The statement that constructs a branching flow-control construct is _____________.
-
- ITERATE
- BEGIN…END
- LEAVE
- CASE
- None of these
Correct Option: D
The ‘CASE’ statement provides a branching flow-control construct. When the initial expression, ‘expr’, is present, CASE compares it to the expression following each ‘WHEN’.