June 2024
Beginner
976 pages
16h 34m
English
The multiple-alternative decision structure is used to expand the number of alternatives, as shown in the following flowchart fragment.

When a multiple-alternative decision structure is executed, Boolean_Expression_1 is evaluated. If it evaluates to True, the corresponding statement or block of statements that immediately follows it is executed; then the rest of the structure is skipped, continuing to any remaining statements that may exist after the multiple-alternative decision structure. However, if Boolean_Expression_1 evaluates to False ...
Read now
Unlock full access